Skip to content
Snippets Groups Projects
Commit f4a2a23a authored by rswindell's avatar rswindell
Browse files

A couple new(ish) login.js options:

- login_prompts (default: 10 prompts)
and
- inactive_hangup (default: 30 seconds)
parent 90ba82dd
Branches
Tags
No related merge requests found
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
[login] [login]
; Send password via email to user if they forget it and can't login ; Send password via email to user if they forget it and can't login
email_passwords = true email_passwords = true
login_prompts = 10
inactive_hangup = 30 ; seconds
[newuser] [newuser]
; Set send_newuser_welcome to false to disable the new user welcome message (email) ; Set send_newuser_welcome to false to disable the new user welcome message (email)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment