Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-25Settings in vueJonas Rittershofer
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
2021-03-17Run CS-FixJonas Rittershofer
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
2021-01-06l10n: Change to singularValdnet
2020-09-17l10n: Improve spelling stylisticsValdnet
2020-04-24Disable account after failed login attemptsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-07password expiration supportArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-04-02test against password history, if configuredArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-16Update settings-admin.phprakekniven
2018-05-12Fixed typorakekniven
Fix for #64 Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
2018-02-26Allo to check against haveibeenpwned.com password listRoeland Jago Douma
fixes #58 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-08Fix PHPDoc for IL10nMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-08-10fix casing of Password policy appMorris Jobke
2016-08-09Validate minimal password length inputRoeland Jago Douma
2016-06-27Prevent 100,000 commonly used passwordsLukas Reschke
Adds another option to prevent one of the 100,000 commonly used passwords. It is enabled by default but can be switched off.
2016-06-24password policy settingsBjoern Schiessle