summaryrefslogtreecommitdiff
path: root/app/controllers/passwords_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixed some untranslated stringsi18n-copLuke Bennett2019-01-311-2/+2
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-3/+1
* Allow logged in user to change his passwordrd-fix-reset-password-while-logged-inRubén Dávila2017-12-311-0/+2
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-5/+11
* Rollsback changes made to signing_enabled.Tiago Botelho2017-09-011-6/+4
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-5/+7
* Allow the initial admin to set a passwordrs-no-default-credentialsRobert Speicher2016-03-041-0/+8
* Use devise paranoid mode and ensure the same message is returned every timeDrew Blessing2015-12-091-2/+4
* Refactor PasswordsController to use before_actionsRobert Speicher2015-10-011-21/+21
* Only allow password reset emails once per minuteRobert Speicher2015-09-301-7/+15
* Take advantage of `Devise.sign_in_after_reset_password`rs-disable-signin-after-resetRobert Speicher2015-09-301-21/+0
* Use User#two_factor_enabled instead of otp_required_for_loginrs-dev-issue-2415Robert Speicher2015-06-191-1/+1
* Fill in email on the new password formVinnie Okada2015-05-161-1/+1
* Redirect if password reset token is expiredVinnie Okada2015-05-161-0/+20
* Handle password reset for users with 2FA enabled2faRobert Speicher2015-05-111-0/+21
* Use ruby 1.9 hash syntaxDmitriy Zaporozhets2015-01-231-2/+2
* Do not allow password reset for ldap user.Marin Jankovski2014-03-181-0/+18
* Move Profile related controllers under Profiles:: moduleDmitriy Zaporozhets2013-06-241-38/+0
* Prevent infinit password change by settin password_expires_at to nilDmitriy Zaporozhets2013-06-131-1/+2
* Fix password set form and infinite loopDmitriy Zaporozhets2013-06-131-0/+2
* Password expire: implement password resource inside profile. add before_fiter...Dmitriy Zaporozhets2013-06-131-0/+35