Commit a22d4eb
James Williams
Define password expiry in terms of seconds (#181)
## What is the goal of this PR?
We've redefined the way we expose how long until a password expires in seconds, rather than days as was done previously.
## What are the changes implemented in this PR?
We've changed `password_expiry_days` to `password_expiry_seconds`.1 parent 45a5123 commit a22d4eb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
0 commit comments