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
usernameLowerCase: convert username field value to lower case when saving an querying. Defaults to 'false'.
As the title, what is the purpose for having usernameLowerCase rather than set lowercase: true in a schema? I think this option is redundant since mongoose do it, isn't it?
So, I just curious if there is any special case we should use usernameLowerCase option instead, otherwise I will happy to see it removing from available options.
The text was updated successfully, but these errors were encountered:
in the user manual I found this option:
As the title, what is the purpose for having
usernameLowerCase
rather than setlowercase: true
in a schema? I think this option is redundant since mongoose do it, isn't it?So, I just curious if there is any special case we should use
usernameLowerCase
option instead, otherwise I will happy to see it removing from available options.The text was updated successfully, but these errors were encountered: