Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
irul
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 59f93c76
authored
Aug 06, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add debug logging for after_bind method in AddSchema class
1 parent
2adbb20b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
opensipkd/base/views/register.py
opensipkd/base/views/register.py
View file @
59f93c7
...
...
@@ -103,6 +103,7 @@ class AddSchema(colander.Schema):
def
after_bind
(
self
,
schema
,
kw
):
request
=
kw
.
get
(
"request"
)
is_id_card
=
BASE_CLASS
.
reg_id_card
_logging
.
debug
(
f
"after_bind: is_id_card={is_id_card}"
)
user
=
request
.
user
external_user
=
user
and
user
.
external_identities
.
count
()
>
0
or
False
if
user
:
...
...
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