summaryrefslogtreecommitdiff
path: root/modules/user/controllers/login.php
AgeCommit message (Expand)Author
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-12Updated for new Form_Submit API.Bharat Mediratta
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-06Add a submit button to the login formBharat Mediratta
2008-12-29Remove rest::JSON content type; it's causing lots of problems and it doesn't ...Bharat Mediratta
2008-12-26Added content type to JSON output functionsFelix Rabinovich
2008-12-26Login is 'info' not 'success'Bharat Mediratta
2008-12-25Rework log and message helpers to be parallel, but separate.Bharat Mediratta
2008-12-25Big round of normalization of the way that our controllersBharat Mediratta
2008-12-24Tersify a log messageBharat Mediratta
2008-12-24Lots of deltas rolled up into a bigger change. Sorry for the mess.Bharat Mediratta
2008-12-21Add info/warning/error classes to log messages.Bharat Mediratta
2008-12-21Move logging up to the controllers so that our logging can operate at a more ...Bharat Mediratta
2008-12-19Don't try to validate the form unless it's a POST request.Bharat Mediratta
2008-12-16(no commit message)Tim Almdal
2008-12-15Change the login form so that the legend is populatedTim Almdal
2008-11-16Rename gLogin -> gLoginFormBharat Mediratta
2008-11-16Create MY_Forge to specify the defaul htmlTim Almdal
2008-11-15Add support for modifying user data. It still needs work.Bharat Mediratta
2008-11-15Revise the user login code.Bharat Mediratta
2008-11-14Internationalize all stringsBharat Mediratta
2008-11-14Remove the logout action from the login controllerTim Almdal
2008-11-13Progress is being made... you can now logoutTim Almdal
2008-11-12The login processing is starting to take shape. Login_Form is gone. The html...Tim Almdal
2008-11-12Remove user_password class and move the functionality into the user helper classTim Almdal
2008-11-12More updates for user management. The controllers don't work yet. But the lo...Tim Almdal