Skip to content
Snippets Groups Projects
Commit 59c9c68a authored by David Siegfried's avatar David Siegfried
Browse files

show more info, closes #2828

Closes #2828

Merge request studip/studip!1938
parent 81acecc6
No related branches found
No related tags found
No related merge requests found
<form class="default" action="<?= $controller->url_for('new_password/set/' . $token_id) ?>" method="post"> <form class="default" action="<?= $controller->url_for('new_password/set/' . $token_id) ?>" method="post">
<?= CSRFProtection::tokenTag() ?> <?= CSRFProtection::tokenTag() ?>
<?= MessageBox::info(_('Das Passwort sollte mindestens 8 Zeichen lang sein.')) ?>
<fieldset> <fieldset>
<legend> <legend>
<?= _('Neues Passwort setzen') ?> <?= _('Neues Passwort setzen') ?>
......
<? use Studip\Button; ?> <? use Studip\Button; ?>
<?= MessageBox::info(_('Das Passwort sollte mindestens 8 Zeichen lang sein.')) ?>
<form id="edit_password" method="post" action="<?= $controller->url_for('settings/password/store') ?>" class="default"> <form id="edit_password" method="post" action="<?= $controller->url_for('settings/password/store') ?>" class="default">
<?= CSRFProtection::tokenTag() ?> <?= CSRFProtection::tokenTag() ?>
<input type="hidden" name="studip_ticket" value="<?= get_ticket() ?>"> <input type="hidden" name="studip_ticket" value="<?= get_ticket() ?>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment