doc/create_account.rdoc in rodauth-1.14.0 vs doc/create_account.rdoc in rodauth-1.15.0
- old
+ new
@@ -12,9 +12,12 @@
account creation.
create_account_notice_flash :: The flash notice to show after successful
create_account_redirect :: Where to redirect after creating the account.
create_account_route :: The route to the create account action. Defaults to
+create-account+.
+create_account_set_password? :: Whether to ask for a password to be set on the create
+ account form. Defaults to true. If set to false, an
+ alternative method to set the password should be used.
== Auth Methods
after_create_account :: Run arbitrary code after creating the account.
before_create_account :: Run arbitrary code before creating the account.