User Tools

Site Tools


reference:password_lengths
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


reference:password_lengths [2021/11/29 12:06] (current) – created paul
Line 1: Line 1:
 +======Password Lengths======
 +
 +If you want to do an audit of users' password lengths, then go to Settings -> Database -> Queries and run this query:
 +
 +SELECT username,LENGTH(DECODE(SUBSTRING(datavalue FROM 2),'base64')) FROM users.usersettings INNER JOIN users.users USING(usernumber) WHERE dataname='mainpassword';
  
reference/password_lengths.txt · Last modified: 2021/11/29 12:06 by paul