Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Jan-Hendrik Willms
Stud.IP
Commits
507c8d80
Commit
507c8d80
authored
1 year ago
by
Thomas Hackl
Committed by
David Siegfried
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Benutzernamen in der Mail zur Passwortrücksetzung einbauen"
Closes #3154 Merge request
studip/studip!2127
parent
771d8da0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/classes/UserManagement.class.php
+3
-2
3 additions, 2 deletions
lib/classes/UserManagement.class.php
with
3 additions
and
2 deletions
lib/classes/UserManagement.class.php
+
3
−
2
View file @
507c8d80
...
@@ -751,7 +751,7 @@ class UserManagement
...
@@ -751,7 +751,7 @@ class UserManagement
$mailbody
=
sprintf
(
$mailbody
=
sprintf
(
_
(
"Dies ist eine Bestätigungsmail des Stud.IP-Systems
\n
"
_
(
"Dies ist eine Bestätigungsmail des Stud.IP-Systems
\n
"
.
"(Studienbegleitender Internetsupport von Präsenzlehre)
\n
- %1
\$
s -
\n\n
"
.
"(Studienbegleitender Internetsupport von Präsenzlehre)
\n
- %1
\$
s -
\n\n
"
.
"Sie haben um die Zurücksetzung
Ihr
es Passwortes gebeten.
\n\n
"
.
"Sie haben um die Zurücksetzung
d
es Passwortes
zu Ihrem Benutzernamen %5
\$
s
gebeten.
\n\n
"
.
"Diese E-Mail wurde Ihnen zugesandt um sicherzustellen,
\n
"
.
"Diese E-Mail wurde Ihnen zugesandt um sicherzustellen,
\n
"
.
"dass die angegebene E-Mail-Adresse tatsächlich Ihnen gehört.
\n\n
"
.
"dass die angegebene E-Mail-Adresse tatsächlich Ihnen gehört.
\n\n
"
.
"Wenn Sie um die Zurücksetzung Ihres Passwortes gebeten haben,
\n
"
.
"Wenn Sie um die Zurücksetzung Ihres Passwortes gebeten haben,
\n
"
...
@@ -771,7 +771,8 @@ class UserManagement
...
@@ -771,7 +771,8 @@ class UserManagement
Config
::
get
()
->
UNI_NAME_CLEAN
,
Config
::
get
()
->
UNI_NAME_CLEAN
,
$GLOBALS
[
'ABSOLUTE_URI_STUDIP'
]
.
'dispatch.php/new_password/set/'
.
$token
->
token
.
'?cancel_login=1'
,
$GLOBALS
[
'ABSOLUTE_URI_STUDIP'
]
.
'dispatch.php/new_password/set/'
.
$token
->
token
.
'?cancel_login=1'
,
$spoken_expiration
,
$spoken_expiration
,
strftime
(
'%x %X'
,
$token
->
expiration
)
strftime
(
'%x %X'
,
$token
->
expiration
),
$user
->
username
);
);
}
}
...
...
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