discourse/app/views/users
David Taylor cf60de59b1 FIX: Allow omniauth confirmation page to pass through GET parameters
Using the rails `form_tag` helper generates a form with the action attribute set to the current URL (without parameters). In this case, we want to include any GET parameters, so it is better to exclude the action attribute from the form tag, and allow browsers to submit to the current URL.
2020-01-08 15:31:51 +00:00
..
omniauth_callbacks FIX: Allow omniauth confirmation page to pass through GET parameters 2020-01-08 15:31:51 +00:00
activate_account.html.erb CSP - extract all other inline JavaScripts (#6528) 2018-10-25 09:52:01 -04:00
admin_login.html.erb minor button styling for admin login 2019-10-22 16:45:23 -04:00
confirm_admin.html.erb UX: show user email address on "grant admin access" email and UI 2019-11-04 14:47:00 +05:30
password_reset.html.erb DEV: Add support for Rails 6 2019-05-02 16:23:25 +10:00
perform_account_activation.html.erb CSP - extract all other inline JavaScripts (#6528) 2018-10-25 09:52:01 -04:00
send_activation_email.html.erb Add a link that allows you to send activation email again 2013-02-22 11:49:58 -05:00
show.html.erb DEV: Upgrade Discourse to Rails 6 (#8083) 2019-09-12 10:41:50 +10:00