mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
quick links after successful creation
This commit is contained in:
parent
f34738f04d
commit
01c6af93f1
8 changed files with 15 additions and 12 deletions
|
@ -82,6 +82,7 @@ if ($_SESSION['user'] == 'admin') {
|
|||
}
|
||||
|
||||
$_SESSION['ok_msg'] = __('USER_CREATED_OK',$_POST[v_username],$_POST[v_username]);
|
||||
$_SESSION['ok_msg'] .= " / <a href=/login/?loginas=".$_POST[v_username].">" . __('login as') ." ".$_POST[v_username]. "</a>";
|
||||
unset($v_username);
|
||||
unset($v_password);
|
||||
unset($v_email);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue