Added expiring warrantee alerts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user