[jabber] ajout du cgi pour créer un compte jabber
darcs-hash:20090728100655-bd074-9a4cf910f821f6b2dc69d8e9c74fe496ea6a37d7.gz
This commit is contained in:
parent
e5d6982a1e
commit
aaf52989f6
9 changed files with 521 additions and 0 deletions
4
jabber/templates/mail.tpl
Normal file
4
jabber/templates/mail.tpl
Normal file
|
@ -0,0 +1,4 @@
|
|||
To: {mail}
|
||||
Subject: Ton mouveau mot de passe Jabber
|
||||
|
||||
Ton nouveau mot de passe est : {password}
|
2
jabber/templates/new_password_confirm.tpl
Normal file
2
jabber/templates/new_password_confirm.tpl
Normal file
|
@ -0,0 +1,2 @@
|
|||
<H2>J'ai perdu mon mot de passe.</H2>
|
||||
Ton mouveau mot de passe Jabber à été envoyé à l'adresse : {mail}
|
24
jabber/templates/new_password_form.tpl
Normal file
24
jabber/templates/new_password_form.tpl
Normal file
|
@ -0,0 +1,24 @@
|
|||
<h1 id="title">Jabber / Perte de mot de passe</h1>
|
||||
<div id="content">
|
||||
{erreur}
|
||||
<div id="explications">
|
||||
Tu as perdu ton mot de passe <em>jabber</em> et tu
|
||||
souhaites en obtenir un nouveau. Il te suffit alors de completer et de valider
|
||||
le formualire ci-dessous.
|
||||
</div>
|
||||
<div id="formulaire">
|
||||
<form method="post">
|
||||
<table border="1px" cellpadding="5px" cellspacing="0" style="form">
|
||||
<tr>
|
||||
<td align=right>Login (JID):
|
||||
<td bgcolor={col_user}><input type=text name=user size=10 value="{user}">@jabber.crans.org
|
||||
<tr>
|
||||
<td align=right>Adresse mail :
|
||||
<td bgcolor={col_mail}><input type=text name=mail size=30 value='{mail}'>
|
||||
<tr>
|
||||
<td align=right>
|
||||
<td><input type=submit name=traitement value="OK">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue