gestione utenze e fix vari

This commit is contained in:
cmaffio
2016-05-10 09:24:53 +02:00
parent 525761f2c5
commit 5991a0c635
10 changed files with 136 additions and 27 deletions

21
proxy/users_pwd.php Executable file
View File

@@ -0,0 +1,21 @@
<?php
include_once ("../core/config.php");
$UTENTE = login();
$DIRITTI = diritti(1);
?>
<script type="text/javascript">
<!--
function invia(value) {
window.opener.document.getElementById('pwd').value = value;
window.opener.document.getElementById('pwd1').value = value;
window.opener.document.getElementById('pwd2').value = value;
window.close();
}
//-->
</script>
<?php
?>
<script type="text/javascript">
invia ('<?php print generateStrongPassword(9, false, "lud") ?>');
</script>