Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 890bf982
authored
Jun 12, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update seconds
1 parent
ace91c72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
opensipkd/base/views/register.py
opensipkd/base/views/register.py
View file @
890bf98
...
...
@@ -374,7 +374,7 @@ class Views(BaseView):
five_minutes
=
timedelta
(
1.0
/
24
/
60
)
if
remain
>
299
:
if
remain
.
seconds
>
299
:
send_email_security_code
(
self
.
req
,
user
,
remain
,
'Request profile change'
,
'email-profile-password'
,
'email-profile-password.tpl'
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment