Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProxyIdP GUI
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
ProxyIdP GUI
Commits
16631767
Commit
16631767
authored
1 year ago
by
Pavel Břoušek
Browse files
Options
Downloads
Patches
Plain Diff
style: ruff format
parent
8761dfb4
No related branches found
No related tags found
No related merge requests found
Pipeline
#455056
passed
1 year ago
Stage: .pre
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
perun/utils/EmailService.py
+3
-1
3 additions, 1 deletion
perun/utils/EmailService.py
with
3 additions
and
1 deletion
perun/utils/EmailService.py
+
3
−
1
View file @
16631767
...
...
@@ -16,7 +16,9 @@ class EmailService:
self
.
__CERT_FILE
=
cfg
[
"
mfa_reset
"
][
"
cert_filepath
"
]
self
.
__HELPDESK_EMAIL
=
cfg
[
"
mfa_reset
"
][
"
helpdesk_mail
"
]
self
.
__PRIVATE_KEY
=
cfg
[
"
mfa_reset
"
][
"
private_key_filepath
"
]
self
.
__TRANSLATIONS
=
cfg
[
"
mfa_reset
"
].
get
(
"
mfa_reset_translations
"
,
{}).
get
(
"
sections
"
)
self
.
__TRANSLATIONS
=
(
cfg
[
"
mfa_reset
"
].
get
(
"
mfa_reset_translations
"
,
{}).
get
(
"
sections
"
)
)
self
.
__JWT_SERVICE
=
SingletonJWTServiceProvider
.
get_provider
().
get_service
()
self
.
__LOGIN_EMAIL
=
None
self
.
__LOGIN_PASS
=
None
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment