]> git.mxchange.org Git - friendica.git/blob - view/fr/lostpass.tpl
Started the french translation (up to the "TODO" comment in view/fr/strings.php)
[friendica.git] / view / fr / lostpass.tpl
1 <h3>Forgot your Password?</h3>
2
3 <p id="lostpass-desc">
4 Enter your email address and submit to have your password reset. Then check your email for further instructions.
5 </p>
6
7 <form action="lostpass" method="post" >
8 <div id="login-name-wrapper">
9         <label for="login-name" id="label-login-name">Nickname or Email: </label>
10         <input type="text" maxlength="60" name="login-name" id="login-name" value="" />
11 </div>
12 <div id="login-extra-end"></div>
13 <div id="login-submit-wrapper" >
14         <input type="submit" name="submit" id="lostpass-submit-button" value="Reset" />
15 </div>
16 <div id="login-submit-end"></div>
17 </form>
18