Skip to content

Commit 25949c4

Browse files
committed
added hideshowpassword
1 parent 52cb170 commit 25949c4

15 files changed

+14769
-14176
lines changed

app/Http/Controllers/Auth/ActivateController.php

-2
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,3 @@ public function exceeded() {
270270
}
271271

272272
}
273-
274-

app/Http/Controllers/Auth/RegisterController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ protected function create(array $data)
121121
return $user;
122122

123123
}
124-
}
124+
}

app/Http/Controllers/ProfilesController.php

+9-16
Original file line numberDiff line numberDiff line change
@@ -309,22 +309,15 @@ public function deleteUserAccount(Request $request, $id)
309309
return redirect('/');
310310

311311
/*
312-
--- Finishing Todo ----
313-
1. Update localization file.
314-
2. Figure out where to redirect to.
315-
3. Send goodbye email.
316-
317-
---- Desired Other todo ----
318-
X1. Add checkbox to delete form.
319-
2. Check softdelets.
320-
3. Later add ability to see and restor soft deleted.
321-
4. Later add job and method to delete soft deletes.
322-
323-
---- Would like to later do ----
324-
X1. Add password changed check on pw form.
325-
X2. Add PW strength meter.
326-
3. Add cloudfour show/hide password.
327-
312+
--- Finishing Todos ----
313+
1. Update localization file.
314+
2. Figure out where to redirect to.
315+
3. Send goodbye email.
316+
317+
---- Desired Other todo ----
318+
1. Check softdelets.
319+
2. Later add ability to see and restor soft deleted.
320+
3. Later add job and method to delete soft deletes.
328321
*/
329322

330323
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
"dependencies": {
2222
"dropzone": "^4.3.0",
23+
"hideshowpassword": "^2.0.10",
2324
"password-strength-meter": "^1.1.2"
2425
}
2526
}

0 commit comments

Comments
 (0)