doc/create_account.rdoc in rodauth-1.8.0 vs doc/create_account.rdoc in rodauth-1.9.0

- old
+ new

@@ -10,11 +10,11 @@ create_account_button :: The text to use for the create account button. create_account_error_flash :: The flash error to show for unsuccessful 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. - account creation. +create_account_route :: The route to the create account action. Defaults to + +create-account+. == Auth Methods after_create_account :: Run arbitrary code after creating the account. before_create_account :: Run arbitrary code before creating the account.