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 2d392b61
authored
Jun 12, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update send email kalau get
1 parent
6fd58d28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
opensipkd/base/views/register.py
opensipkd/base/views/register.py
View file @
2d392b6
...
...
@@ -367,7 +367,8 @@ class Views(BaseView):
def
send_profile_password
(
self
):
user
=
self
.
req
.
user
if
user
and
user
.
external_identities
.
count
()
>
0
:
if
not
self
.
req
.
POST
and
user
and
user
.
external_identities
.
count
()
>
0
:
remain
=
regenerate_security_code
(
user
)
send_email_security_code
(
self
.
req
,
user
,
remain
,
'Request profile change'
,
'email-profile-password'
,
...
...
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