```````````````````````````````````````````````````
Traducción de Google ==>
Por favor, eche un vistazo a
MadWithU.Com
- Este no es un Elgg página web,
pero los vínculos en el código Elgg Login / Ver
Este fue codificado por Pedro en el sur de África como un proyecto de pago.
¿Es esto lo que busca??
```````````````````````````````````````````````````
Google translation ==>
Please have a look at
MadWithU.com
-- this is a non-Elgg web-page,
but links into Elgg's LogIn code/ view
This was coded for a client - Peter in South Africa as a paid project.
Is this what you are looking for ??
```````````````````````````````````````````````````
Yes!
How to generated the __elgg_token and the __elgg_ts ?
Thanks
Pedro talvez es tarde, pero aquí te muestro con un ejemplo como hacerlo:
<div id="login">
<?php
require "/var/www/elgg/engine/start.php";
$ts = time();
$token = generate_action_token($ts);
?>
<form action="/elgg/action/login" method="POST" >
<input type="hidden" name="__elgg_token" value="<?php echo $token;?>" />
<input type="hidden" name="__elgg_ts" value="<?php echo $ts;?>" />
<label>Usuario<br />
<input type="text" name="username" value=""/> </label><br />
<label>Clave<br />
<input type="password" name="password" value=""/> </label><br />
<input type="hidden" name="persistent" value="false" />
<input name="" type="submit" value="Entrar" />
</form>
</div>
Saludos!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.