Skip to content
Snippets Groups Projects
Commit 6585f449 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Ensure urlencoded AuthState param

parent 239ce742
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
<p>{{ 'A service has requested you to authenticate yourself. Please enter your username and password in the form below.'|trans }}</p>
<br>
<div class="center">
<form class="pure-form pure-form-aligned center-form" action="{{ '?AuthState=' ~ AuthState }}" method="post" name="f">
<form class="pure-form pure-form-aligned center-form" action="{{ moduleURL('core/loginuserpass', {'AuthState': AuthState}) }}" method="post" name="f">
<div class="form-align">
<div class="pure-control-group">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment