summaryrefslogtreecommitdiff
path: root/modules/user/controllers
AgeCommit message (Expand)Author
2009-06-10Actually save the url when editing user information.Bharat Mediratta
2009-06-09Create a new method in MY_url.php "get_item_from_uri" which loads the itemTim Almdal
2009-06-06Don't ask for CSRF token when trying to view the password reset form.Bharat Mediratta
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-31Clean up view variablesBharat Mediratta
2009-05-27Regenerate the session id every time through login::_auth() to avoid session ...Bharat Mediratta
2009-05-27Use a random value for the password reset hash to reduce the chancesBharat Mediratta
2009-05-26White space fixesChad Kieffer
2009-05-21Changed Name label to Username, closes ticket #93Chad Kieffer
2009-05-20Move the first-admin-login steps out of the user module and into an event lis...Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Don't allow admins to delete the guest user. Fixes ticket #213Bharat Mediratta
2009-05-13Variety of changes to the way we do user editing:Bharat Mediratta
2009-05-13Log password reset attempts. Fixes ticket #251.Bharat Mediratta
2009-05-10After ajax login, just reload the current page.Bharat Mediratta
2009-04-24add_group() was not getting $form before using it.Bharat Mediratta
2009-04-09Fix for ticket 181: don't ignore the locale option when adding usersAndy Staudacher
2009-04-05Don't do graphics detection in core_installer::install() because thatBharat Mediratta
2009-04-03Fix for ticket #201. Tim Almdal
2009-03-25Fix for ticket #181. Valiant take note of the change toTim Almdal
2009-03-17Fix the locale field in the change user settings formAndy Staudacher
2009-03-17Fix edit user form handlerAndy Staudacher
2009-03-16Proxy the url through _auth() to user::get_login_form()Bharat Mediratta
2009-03-16Clean up the login, maintenance login and required-top-level-login code.Bharat Mediratta
2009-03-11Bag the header("Location:", ...);exit() and replace withTim Almdal
2009-03-11Force a login if everybody does not have access to the rootTim Almdal
2009-02-10Adding UI for site language selection and user language preference.Andy Staudacher
2009-02-10Line length fixBharat Mediratta
2009-02-04Use the matches validation rule in order to perform cross fieldTim Almdal
2009-02-04Complete the Recover Password functionality (Ticket #5).Tim Almdal
2009-02-04A preview of the password reset functionality. What's working... youTim Almdal
2009-02-03Add a confirmation password input field that must match the primaryTim Almdal
2009-01-29Fix lint errorsBharat Mediratta
2009-01-28Fully implement the user administration backend with drag/drop to addBharat Mediratta
2009-01-28Add drag and drop support to the admin_users interface. This is stillBharat Mediratta
2009-01-25Undo the adding underscores to the id on forge generated formsTim Almdal
2009-01-24Supply a form id on all forms. This id can be used by modules otherTim Almdal
2009-01-22toggling of user edit panel works now.Jakob Hilden
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-10Big set of changes to comments, with related changes to akismet andBharat Mediratta
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-06Put up an error if you rename a user to an already existing name.Bharat Mediratta
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-26User/Group administration cleanupFelix Rabinovich
2008-12-26Separate GET and POST in Group AdministrationFelix Rabinovich
2008-12-26Separate GET and POST in User AdministrationFelix Rabinovich
2008-12-26Login is 'info' not 'success'Bharat Mediratta