Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMSone
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Designerscripte
VMSone
Commits
500d6a4f
Commit
500d6a4f
authored
2 years ago
by
Joel Kuder
Browse files
Options
Downloads
Plain Diff
Merge branch 'g2zer0-stable-2.x-patch-91354' into 'stable-2.x'
Account Delete fixed See merge request
!43
parents
f405298a
7b7a5200
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!43
Account Delete fixed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/konto/userprofil.php
+2
-2
2 additions, 2 deletions
content/konto/userprofil.php
with
2 additions
and
2 deletions
content/konto/userprofil.php
+
2
−
2
View file @
500d6a4f
...
...
@@ -14,8 +14,8 @@ if (!isset($mailstatus)) $mailstatus = "";
if
(
!
isset
(
$delchange
))
$delchange
=
""
;
if
(
$_POST
[
'acc_del'
]
==
'Jetzt löschen!'
&&
$_POST
[
'del_passwort'
])
{
$schnittstelle
=
mysql_fetch_array
(
db_query
(
"SELECT `passwort` FROM "
.
$db_prefix
.
"_kontodaten LIMIT 1"
))
or
die
(
"Userinfo"
);
if
(
$schnittstelle
[
'passwort'
]
!=
md5
(
$_
GE
T
[
'del_passwort'
]))
{
$schnittstelle
=
mysql_fetch_array
(
db_query
(
"SELECT `passwort` FROM "
.
$db_prefix
.
"_kontodaten
WHERE uid="
.
$_SESSION
[
'uid'
]
.
"
LIMIT 1"
))
or
die
(
"Userinfo"
);
if
(
$schnittstelle
[
'passwort'
]
!=
md5
(
$_
POS
T
[
'del_passwort'
]))
{
echo
'Passwort falsch'
;
}
else
{
$sperrzeit
=
time
()
+
(
86400
*
30
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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