Added expiring warrantee alerts

This commit is contained in:
snipe
2015-02-24 02:07:33 -08:00
parent 35cf5b3d60
commit e04ac89c5a
11 changed files with 199 additions and 25 deletions
+3 -7
View File
@@ -672,13 +672,9 @@ class UsersController extends AdminController
} else {
$activated = '0';
}
if (Input::get('generate_password')==1) {
$pass = substr(str_shuffle("0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, 10);
} else {
$pass = '';
}
$pass = substr(str_shuffle("0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, 10);
try {