summaryrefslogtreecommitdiff
path: root/app/views/devise
Commit message (Expand)AuthorAgeFilesLines
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-2/+2
* fix LDAP omniauth regression (Closes: #22357)Dmitry Smirnov2016-09-211-1/+1
* Pass the remember_me option into the u2f form and support it while authentica...add-remember-option-u2fDJ Mountney2016-09-011-2/+1
* Remove provider path, replace with dynamic path.devise-deprecationsConnor Shea2016-08-032-2/+2
* Add an oauth provider path helper.Connor Shea2016-08-032-2/+2
* Add a U2F feature spec for multiple devices owned by the same user.17341-firefox-u2fTimothy Andrew2016-07-141-2/+2
* Load Javascript U2F library selectively.Timothy Andrew2016-07-141-0/+4
* Customize the Devise `unlock_instructions` emailRobert Speicher2016-06-162-10/+16
* Customize the Devise `reset_password_instructions` emailRobert Speicher2016-06-163-8/+22
* Customize the Devise `password_change` emailsRobert Speicher2016-06-162-0/+17
* Merge branch 'rs-fix-ldap-2fa-login' into 'master' Robert Speicher2016-06-091-1/+2
|\
| * Fix 2FA-based login for LDAP usersrs-fix-ldap-2fa-loginRobert Speicher2016-06-071-1/+2
* | Merge branch '14098-customize-after-sign-up-path' into 'master' Robert Speicher2016-06-081-0/+3
|\ \
| * | Allow custom text on 'almost there' pageSean McGivern2016-06-081-0/+3
| |/
* | Merge branch 'password-min-length-placeholder' into 'master' Robert Speicher2016-06-081-1/+1
|\ \ | |/ |/|
| * Added minimum password length to password fieldpassword-min-length-placeholderPhil Hughes2016-06-031-1/+1
* | Implement authentication (login) using a U2F device.Timothy Andrew2016-06-061-7/+14
* | Disable 2FA field autocomplete, resolves #18021.Connor Shea2016-06-011-1/+1
|/
* Pass the "Remember me" value to the 2FA token formrs-remember-me-2faRobert Speicher2016-05-301-0/+1
* New confirmation email :fire:Robert Speicher2016-05-251-0/+16
* Make the standard Devise confirmation email our new plaintext versionRobert Speicher2016-05-252-9/+9
* show only the eanbled oauth providersAndrei Gliga2016-05-121-1/+1
* render the omniauth_box if there are any button_based_providersAndrei Gliga2016-05-121-1/+1
* Merge branch 'rs-unique-signup-fields' into 'master' Douwe Maan2016-05-041-2/+2
|\
| * Improve uniqueness of field names on the signup formrs-unique-signup-fieldsRobert Speicher2016-04-191-2/+2
* | Improve the Two-factor Authentication sign-in text [ci skip]connorshea2016-05-031-2/+2
* | Improved confirmation UXconfirmation-screenPhil Hughes2016-04-211-0/+10
|/
* Don't retrieve default values from `params`Timothy Andrew2016-04-131-4/+3
* Don't populate the password field on signup validation errors.Timothy Andrew2016-04-131-1/+1
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-1/+1
* Move "I should see Crowd login form" feature to a view specrs-crowd-form-view-specRobert Speicher2016-02-241-2/+2
* Show Crowd login even when sign-in is disabledPeter Hudec2016-02-231-1/+1
* Replace nav-tabs with nav-linksDmitriy Zaporozhets2016-01-131-1/+1
* reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto2015-12-281-1/+1
* Make sign-up form retain fields after failed CAPTCHA testStan Hu2015-12-271-4/+5
* Add support for Google reCAPTCHA in user registration to prevent spammersStan Hu2015-12-271-0/+3
* Allow account unlock via emailDrew Blessing2015-12-144-19/+24
* Revert "Merge pull request #9812 from chrspeich/hide-tabs-lone-auth-provider"rs-revert-gh-9812Robert Speicher2015-11-151-27/+19
* Hide tab-bar in login-box when only one tabs is shown.Christian Speich2015-11-071-19/+27
* Autofocus the email field on the password reset formRobert Speicher2015-09-301-1/+1
* Crowd integrationValery Sizov2015-09-022-2/+17
* Added tags to disable autocapitalize and autocorrect on login fieldDaryl Chan2015-07-291-1/+1
* Allow custom label to be set for authentication providers.auth-icons-labelsDouwe Maan2015-07-233-7/+5
* Add "Remember me" checkbox to LDAP signin form.ldap-remember-meDouwe Maan2015-06-051-0/+5
* Fill in email on the new password formVinnie Okada2015-05-161-1/+1
* Merge branch 'omniauth-csrf' into 'master'Dmitriy Zaporozhets2015-05-141-2/+2
|\
| * Protect OmniAuth request phase against CSRF.Douwe Maan2015-04-241-2/+2
* | Move "invalid 2FA code" error message to the flashRobert Speicher2015-05-091-3/+0
* | Add a hint on login form about using a recovery codeRobert Speicher2015-05-091-0/+1
* | Refactor SessionsControllerRobert Speicher2015-05-091-1/+0