summaryrefslogtreecommitdiffstats
path: root/settings/Controller/ChangePasswordController.php
Commit message (Expand)AuthorAgeFilesLines
* Inject public IGroupManager instead of private GroupManagerDaniel Calviño Sánchez2018-03-131-4/+6
* Make ChangePasswordController strictRoeland Jago Douma2018-03-091-19/+8
* Update license headersMorris Jobke2017-11-061-0/+5
* Use public API instead of privateLukas Reschke2017-08-011-8/+8
* Fix settings/Controller/Lukas Reschke2017-08-011-9/+10
* Merge pull request #4369 from nextcloud/fix-translationsMorris Jobke2017-04-181-1/+1
|\
| * Fix translationsJoas Schilling2017-04-181-1/+1
* | Add bruteforce protection to changePersonalPasswordLukas Reschke2017-04-181-1/+4
|/
* Updated UI messages relating to the encryption functionalityMatthew Setter2017-03-221-1/+1
* Require password confirmation for user managementJoas Schilling2016-11-181-0/+1
* Allow users to change their passwords againJoas Schilling2016-10-261-0/+1
* Properly catch password policy hint for personal page password changesMorris Jobke2016-10-061-4/+24
* Show hint if password policy disallows password changeMorris Jobke2016-08-191-2/+13
* Moved ChangePassword to an actual ControllerRoeland Jago Douma2016-08-171-0/+253