You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out that there is already an ApplicationUsers#allUsers(), but it is marked as being prototype. I've removed this to make it always available. (Any given app can always suppress the action again either through security or by writing a vetoing subscriber).
Also, the findByName already supports wildcards, %x% to match any occurrence of 'x' in either the familyName, givenName or knownAs.
It's difficult to find the users. Some suggestions:
Add:
Implement wildcard search on:
-findByUsername
-findByName
The text was updated successfully, but these errors were encountered: