mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-25 01:57:48 +01:00
Minor - MyBB has alphanumerical salts, not restricted to hexadecimal
This commit is contained in:
parent
c67527aac0
commit
2cd43d599d
@ -19,7 +19,7 @@ public class MYBB extends SeparateSaltMethod {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String generateSalt() {
|
public String generateSalt() {
|
||||||
return RandomString.generateHex(8);
|
return RandomString.generateLowerUpper(8);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user