summaryrefslogtreecommitdiffstats
path: root/core/Controller/LostController.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10743 from danielkesselberg/bugfix/noid/allow-password-re...blizzz2018-09-131-9/+12
|\
| * Enable password reset for user with same email address when only one is activeDaniel Kesselberg2018-08-191-9/+12
* | Change password expiration time from 12h to 7dMorris Jobke2018-08-311-1/+1
|/
* only warn about data lose on password reset if per-user keys are usedBjoern Schiessle2018-08-151-1/+10
* prefill userid for login after password resetRobin Appelman2018-06-211-3/+4
* Fix translation bug on lost password pageRémy Jacquin2018-05-201-0/+3
* Fix existing usagesJoas Schilling2018-02-151-2/+2
* never translate login names when requiring with a user idArthur Schiwon2018-01-031-0/+6
* Update license headersMorris Jobke2017-11-061-0/+1
* Set the data from the templateJoas Schilling2017-10-181-3/+1
* Set the subject with the email template to allow themingJoas Schilling2017-10-181-1/+2
* Merge setMetaData into constructorJoas Schilling2017-09-041-2/+1
* Also for reset passwordJoas Schilling2017-08-241-0/+3
* No password reset for disabled usersJoas Schilling2017-08-181-3/+12
* Cleanup legacy user class from unused methodsMorris Jobke2017-07-241-1/+1
* Disable the API endpoints as wellJoas Schilling2017-05-111-0/+16
* Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-241-1/+0
|\
| * Remove unused use statementsMorris Jobke2017-04-221-1/+0
* | Add at most 10 password reset requests per 5 minutes and IP rangeLukas Reschke2017-04-221-0/+1
|/
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-1/+1
* Adjust existing bruteforce protection codeLukas Reschke2017-04-141-3/+8
* Merge pull request #4308 from nextcloud/lost-password-emailLukas Reschke2017-04-131-4/+18
|\
| * Update email template for lost password emailMorris Jobke2017-04-121-4/+18
* | Add support for ratelimiting via annotationsLukas Reschke2017-04-131-1/+1
|/
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-3/+4
* Allow to reset the password with the email as an inputJoas Schilling2017-03-281-13/+26
* add brute force protection to password reset to make it harder to guess user ...Bjoern Schiessle2017-01-191-0/+1
* create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-101-5/+2
* fix password reset if encryption is enabledBjoern Schiessle2016-12-081-1/+7
* [WIP] Use mail for encrypting the password reset token as wellLukas Reschke2016-11-031-5/+31
* Use magic DI for core controllersJoas Schilling2016-09-301-9/+10
* Minor cleanup in core ControllersRoeland Jago Douma2016-08-291-3/+2
* Move the reset token to core appJoas Schilling2016-08-231-3/+3
* Fix othersJoas Schilling2016-07-211-2/+4
* Use the themed Defaults everywhereJoas Schilling2016-07-151-5/+3
* Update license headersLukas Reschke2016-05-261-2/+3
* Show error messages if a password reset link is invalid or expiredJulius Haertl2016-05-231-15/+35
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-0/+257