We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How to change the length of passwords? [Solution available] | Forum

JB TECH
JB TECH Jul 25 '14
I noticed by default Oxwall only let's users have and use passwords that are (I think) allowed to be 14 characters long, I think it might be lower but I'm not sure.


Anyways, I and many other internet users use long, complicated passwords across the web to make sure accounts are safe, and I would like to allow users of my site to be able to have a password with at least a limit of 35 characters. This way longer, more complex passwords can be used.


Does anyone know how to do this? Thanks!

~Jake

www.ewtnet.us

The Forum post is edited by Alia Jul 28 '14
Alia Team
Alia Jul 28 '14
Limits are: Min=4, Max=15 characters.

Values can be changed in ow_utilities/validator.php

const PASSWORD_MIN_LENGTH = 4;
const PASSWORD_MAX_LENGTH = 15;