doc/argon2.rdoc in rodauth-2.25.0 vs doc/argon2.rdoc in rodauth-2.26.0

- old
+ new

@@ -44,6 +44,7 @@ Rodauth configuration to prevent loading the bcrypt library, which will save memory. == Auth Value Methods +argon2_secret :: A secret key used as input at hashing time, folded into the value of the hash. use_argon2? :: Whether to use the argon2 password hash algorithm for new passwords (true by default). The only reason to set this to false is if you have existing passwords using argon2 that you want to support, but want to use bcrypt for new passwords.