Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
a4dd91c9
Commit
a4dd91c9
authored
Oct 20, 2016
by
David Toledo
Committed by
GitHub
Oct 20, 2016
Browse files
Homogenize personal page errors
Fixes
https://github.com/owncloud/core/issues/26428
parent
478af1a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/templates/personal.php
View file @
a4dd91c9
...
...
@@ -119,7 +119,7 @@ if($_['passwordChangeSupported']) {
<form
id=
"passwordform"
class=
"section"
>
<h2
class=
"inlineblock"
>
<?php
p
(
$l
->
t
(
'Password'
));
?>
</h2>
<div
class=
"hidden icon-checkmark"
id=
"password-changed"
></div>
<div
class=
"hidden"
id=
"password-error"
>
<?php
p
(
$l
->
t
(
'Unable to change your password'
));
?>
</div>
<div
class=
"hidden
msg error
"
id=
"password-error"
>
<?php
p
(
$l
->
t
(
'Unable to change your password'
));
?>
</div>
<br>
<label
for=
"pass1"
class=
"hidden-visually"
>
<?php
echo
$l
->
t
(
'Current password'
);
?>
:
</label>
<input
type=
"password"
id=
"pass1"
name=
"oldpassword"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment