user_controller.rb

Path: app/controllers/user_controller.rb
Last Update: Wed Oct 05 15:14:24 PDT 2005

Manipulate the User model.

This (and the User model) should probably be merged with ActiveRBAC.

The HTTP authorization code is derived from an example published by Maximillian Dornseif at blogs.23.nu/c0re/stories/7409/ which was released for use under any license.

I started out with the Salted Hash login generator, and essentially rewrote the whole thing, learning a lot from the previous versions. This is not a criticism of the previous work, my goals were different. So, it’s fair to say that this is derived from the work of Joe Hosteny and Tobias Leutke.

[Validate]