summaryrefslogtreecommitdiffstats
path: root/app/views/account
Commit message (Expand)AuthorAgeFilesLines
* Enable browser autocomplete for login input fields (#41937).Go MAEDA2024-12-082-4/+4
* Enable browser autocomplete for 2FA input fields (#41927).Go MAEDA2024-12-081-1/+1
* Replace JQuery `.focus()` method with HTML `autofocus` attribute (#37482).Go MAEDA2022-08-061-8/+2
* Drop OpenID support (#35755).Go MAEDA2021-12-142-10/+1
* Use robots.txt instead of robots meta tag to prevent web crawlers from indexi...Go MAEDA2020-12-054-16/+0
* Robots meta tag to prevent web crawlers from indexing login, register, and lo...Go MAEDA2020-12-014-0/+16
* Adds two factor authentication support (#1237).Go MAEDA2020-08-291-0/+20
* Force passwords to contain specified character classes (#4221).Go MAEDA2019-08-292-2/+8
* Introduce setting to hide optional user custom fields on registration form (#...Jean-Philippe Lang2017-04-091-1/+1
* Replaces the login table with a div.Jean-Philippe Lang2016-06-301-37/+25
* Adds the "Hide my email address" option on the registration form (#21500).Jean-Philippe Lang2015-12-131-0/+4
* Keep anchor (i.e. to a specific issue note) throughout login (#21110).Jean-Philippe Lang2015-10-301-1/+1
* Adds settings for disabling browser language detection and language preferenc...Jean-Philippe Lang2014-01-241-0/+3
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-9/+9
* Use POST instead of GET for logging out (#13022).Jean-Philippe Lang2013-01-301-0/+3
* Preserve username when authentification failed (#11846).Jean-Philippe Lang2012-10-111-2/+7
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-1/+1
* Code cleanup.Jean-Philippe Lang2012-07-071-9/+14
* Use named routes.Jean-Philippe Lang2012-07-073-11/+11
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-254-4/+4
* Adds specific css class for information in forms.Jean-Philippe Lang2012-02-022-4/+4
* View cleanup.Jean-Philippe Lang2012-01-021-24/+11
* replace tabs to spaces at app/views/account/register.html.erbToshi MARUYAMA2011-09-181-1/+1
* remove trailing white-spaces app/views/account/password_recovery.html.erbToshi MARUYAMA2011-09-171-1/+1
* rename .rhtml to .html.erb of app/views/account/lost_password.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/account/register.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/account/password_recovery.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/account/login.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* Adds hooks on login view (#4978).Jean-Philippe Lang2010-03-031-0/+2
* Use the minimum password length setting when reseting a password. (#4683)Eric Davis2010-01-281-1/+1
* Add tabindex to login screen (#4299).Jean-Philippe Lang2009-11-271-5/+5
* AccountController#show (/account/show/:id) moved to UsersController#show (/us...Jean-Philippe Lang2009-10-291-70/+0
* Fixed: Custom values with a nil value cause error on (project|account)/show (...Jean-Philippe Lang2009-09-201-1/+1
* Fixed: login form fields have different width with IE (#3582).Jean-Philippe Lang2009-07-041-2/+2
* Added two plugin hooks to the account page:Eric Davis2009-05-301-0/+2
* Escape custom field name.Jean-Philippe Lang2009-05-121-1/+1
* Sort roles on account view.Jean-Philippe Lang2009-05-121-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Makes minimum password length configurable.Jean-Philippe Lang2009-04-211-1/+1
* Fixes user's activity link (#2853).Jean-Philippe Lang2009-02-271-1/+1
* Added a space so words don't runtogeatherlikethis. #699Eric Davis2009-02-111-1/+1
* Added a system setting for allowing OpenID logins and registrationsEric Davis2009-02-112-1/+5
* Added the ability to login via OpenID.Eric Davis2009-02-112-1/+8
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-291-4/+3
* Fixed user's activity atom feed broken by r2317.Jean-Philippe Lang2009-01-281-1/+1
* User custom fields can now be set as editable so that users can edit them on ...Jean-Philippe Lang2009-01-171-1/+1
* Obfuscates email address on user's account page using javascript.Jean-Philippe Lang2008-11-301-1/+1
* Slight changes to profile on account page and last connexion date added.Jean-Philippe Lang2008-11-301-8/+11
* Adds links between account and user's activity pages.Jean-Philippe Lang2008-11-301-1/+1
* Adds atom feed on user's account page.Jean-Philippe Lang2008-11-301-0/+9