mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-22 22:21:09 +08:00
Add configurable password strength policy
This commit is contained in:
7
src/main/java/com/openisle/model/PasswordStrength.java
Normal file
7
src/main/java/com/openisle/model/PasswordStrength.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package com.openisle.model;
|
||||
|
||||
public enum PasswordStrength {
|
||||
LOW,
|
||||
MEDIUM,
|
||||
HIGH
|
||||
}
|
||||
Reference in New Issue
Block a user