incomplete NNTP usenet support
This commit is contained in:
@@ -424,7 +424,7 @@ class WTVClientSessionData {
|
||||
}
|
||||
|
||||
generatePassword(len) {
|
||||
return CryptoJS.lib.WordArray.random(len).toString(CryptoJS.enc.Hex);
|
||||
return CryptoJS.lib.WordArray.random(Math.round(len / 2)).toString(CryptoJS.enc.Hex);
|
||||
}
|
||||
|
||||
setUserPassword(passwd) {
|
||||
|
||||
Reference in New Issue
Block a user