3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-06 02:35:45 +00:00

Update remaining comments from snipe/snipe-it to grokability/snipe-it

This commit is contained in:
Jeremy Price
2025-04-03 12:07:05 -07:00
parent 1344ed1d16
commit afd9282785
10 changed files with 10 additions and 10 deletions

View File

@ -136,7 +136,7 @@ class ProfileController extends Controller
}
// This checks to make sure that the user's password isn't the same as their username,
// email address, first name or last name (see https://github.com/snipe/snipe-it/issues/8661)
// email address, first name or last name (see https://github.com/grokability/snipe-it/issues/8661)
// While this is handled via SaveUserRequest form request in other places, we have to do this manually
// here because we don't have the username, etc form fields available in the profile password change
// form.