initial commit. Cloned timetracker repository
This commit is contained in:
4
app/utils/const_data/consts.go
Normal file
4
app/utils/const_data/consts.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package constdata
|
||||
|
||||
// PASSWORD_VALIDATION_REGEX is used by the frontend (JavaScript supports lookaheads).
|
||||
const PASSWORD_VALIDATION_REGEX = `^(?=.*[a-z])(?=.*[A-Z])(?=.*\d).{10,}$`
|
||||
Reference in New Issue
Block a user