doc/create_account.rdoc in rodauth-1.16.0 vs doc/create_account.rdoc in rodauth-1.17.0

- old
+ new

@@ -27,10 +27,10 @@ successful account creation, true by default unless verifying accounts. create_account_link :: HTML fragment to display with a link to the create account form. create_account_view :: The HTML to use for the create account form. -new_account(login) :: Instantiate a new account model instance for the +new_account(login) :: Instantiate a new account hash for the given login, without saving it. save_account :: Insert the account into the database, or return nil/false if that was not successful. set_new_account_password :: Set the password for a new account if +account_password_hash_column+ is set, without saving.