Last change
on this file since 15284 was
9338,
checked in by Henrik Bettermann, 12 years ago
|
Add views for temporarily login as student.
|
File size:
662 bytes
|
Line | |
---|
1 | <form i18n:domain="waeup.kofa" method="post"> |
---|
2 | <p i18n:translate="login_as_intro_1"> |
---|
3 | Kofa is creating a temporary student password which will replace the |
---|
4 | original password chosen by the student. The password will be valid |
---|
5 | for |
---|
6 | <span i18n:name="minutes" |
---|
7 | tal:replace=view/context/temp_password_minutes></span> |
---|
8 | minutes. The student can't login |
---|
9 | during this time period. After expiration the student can login |
---|
10 | with the original password again. |
---|
11 | </p> |
---|
12 | <br /> |
---|
13 | <div tal:condition="view/availableActions"> |
---|
14 | <input tal:repeat="action view/actions" |
---|
15 | tal:replace="structure action/render" |
---|
16 | /> |
---|
17 | </div> |
---|
18 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.