Replies: 2 comments
-
This is a bug in the documentation. It was originally an auth value method, and moved to an auth method when multi-phase login support was added. I'll update the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As to your second question, if you use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
login_form_footer
is described as an auth value method in login.rdoc, but when I try to call it with a single value (login_form_footer "hello"
; or evenlogin_form_footer("with_brackets")
) it causes Roda to fail:I don't understand enough of the code now to be able to figure out why this is... I do know that in testing if I provide a block, I do not get the launch failure.
login_form_footer
that it will basically not displaylogin_form_footer_links_heading
andlogin_form_footer_links
. Is this correct?Beta Was this translation helpful? Give feedback.
All reactions