Set password complexity
a
alxnkt
I would like to be able to set password complexity. It would be convenient to set restrictions to password length, big letters, small letters, numbers, etc
B
BLACKFIRE
module.exports = {
register({ strapi }) {
strapi.plugin('users-permissions').contentTypes.user.attributes.password.minLength = 12;
},
};
Dzakira Fabillah
is this solved?
Armand
Hi ! Any news to this feature ? Just need a config to overwrite form.js in validation password.
A
Andrew
I'm using Strapi as a backend for an Extended Reality application in healthcare. I'll have to figure out workarounds if this doesn't exist in a few months.
A
Albin Gerhardsson
Andrew Did you find any solution for this?
A
Andrew
Albin Gerhardsson still an issue.