summaryrefslogtreecommitdiff
path: root/modules/user/models
AgeCommit message (Collapse)Author
2008-11-14Change quotes styleBharat Mediratta
2008-11-12Remove user_password class and move the functionality into the user helper classTim Almdal
2008-11-11Correct some missing properties and change the user_model to have a set ↵Tim Almdal
function so the password is hashed as part of the model
2008-11-05The start of the user module. At this point, it shows up on the scaffolding ↵Tim Almdal
screen and you can install and uninstall it. Which creates the tables, defines 2 groups (adminstrator, registered) and one user (admin).