Skip to content
Snippets Groups Projects
Commit dbc27802 authored by Mathias Maaß's avatar Mathias Maaß Committed by Robert Lange
Browse files

refs #22799 [finc] In newpassword.phtml: use 'cat_username' instead of 'username'

* newpassword action still uses database values
parent 32733f54
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
<?php if (isset($this->username)): ?>
<div class="form-group">
<label class="control-label"><?=$this->transEsc('Username') ?>:</label>
<p class="form-control-static"><?=$this->username ?></p>
<p class="form-control-static"><?=$this->cat_username ?></p>
</div>
<?php endif; ?>
<?php if (isset($this->verifyold) && $this->verifyold || isset($this->oldpwd)): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment