~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/data/System/ChangePassword.txt

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%META:TOPICINFO{author="ProjectContributor" date="1111929255" format="1.1" version="1"}%
 
2
---+ %MAKETEXT{"Change Password"}%
 
3
%STARTINCLUDE%
 
4
 
 
5
*%MAKETEXT{"Forgotten your password?"}%* %MAKETEXT{"Use [_1] instead." args="ResetPassword"}%
 
6
 
 
7
<form name="manage" action="%SCRIPTURLPATH{"manage"}%/%SYSTEMWEB%/%HOMETOPIC%" method="post">
 
8
<div class="foswikiFormSteps">
 
9
<div class="foswikiFormStep">
 
10
%IF{
 
11
  "context passwords_modifyable"
 
12
  then="<strong>%MAKETEXT{"After submitting this form your password will be changed."}%</strong>"
 
13
  else="<strong>%MAKETEXT{"Sorry, the password system is currently read only, please contact [_1]" args="%WIKIWEBMASTER%"}%</strong>"
 
14
}%
 
15
<!--
 
16
      * Set NOTMODIFYABLE = %IF{"context passwords_modifyable" then="" else="DISABLED"}%
 
17
-->
 
18
</div>
 
19
<div class="foswikiFormStep">
 
20
%TABLE{databg="transparent" tableborder="0" tablerules="none"}%
 
21
|%MAKETEXT{"Fields marked [_1] are required" args="=<font color='red'>**</font>="}% ||
 
22
|  %MAKETEXT{"Your [_1].LoginName" args="%SYSTEMWEB%"}%: | <input %NOTMODIFYABLE% type="text" name="username" value="%URLPARAM{"username" default="%USERNAME%"}%" size="40" class="foswikiInputField" /> =<font color="red">**</font>= |
 
23
|  %MAKETEXT{"Current password"}%: | <input %NOTMODIFYABLE% type="password" name="oldpassword" value="%URLPARAM{oldpassword}%" size="40" class="foswikiInputField" /> =<font color="red">**</font>= |
 
24
|  %MAKETEXT{"New password"}%: | <input %NOTMODIFYABLE% type="password" name="password" size="40" class="foswikiInputField" /> =<font color="red">**</font>= |
 
25
|  %MAKETEXT{"Retype new password"}%: | <input %NOTMODIFYABLE% type="password" name="passwordA" size="40" class="foswikiInputField" /> =<font color="red">**</font>= |
 
26
</div>
 
27
<div class="foswikiFormStep foswikiLast">
 
28
<input type="hidden" name="TopicName" value="%TOPIC%" />
 
29
<input type="hidden" name="action" value="changePassword" />
 
30
<input %NOTMODIFYABLE% type="submit" class="foswikiSubmit" value="%MAKETEXT{"Change password"}%" />
 
31
</div><!-- /foswikiFormStep-->
 
32
</div><!-- /foswikiFormSteps-->
 
33
</form>
 
34
 
 
35
<div class="foswikiHelp">
 
36
   * %ICON{info}% %MAKETEXT{"If you have any questions, please contact [_1]" args="%WIKIWEBMASTER%"}%
 
37
   * %ICON{info}% %MAKETEXT{"[_1] has a list of other Foswiki users" args="%USERSWEB%.%WIKIUSERSTOPIC%"}%
 
38
</div>
 
39
 
 
40
%STOPINCLUDE%
 
41
 
 
42
---
 
43
*%MAKETEXT{"Related topics:"}%* ResetPassword, ChangeEmailAddress, UserToolsCategory, AdminToolsCategory
 
44
 
 
45
<!--
 
46
   * Set DENYTOPICVIEW = WikiGuest
 
47
-->