Forum

Automatic user login

Guest 2013-12-31 01:56:24 UTC in WMSPanel functionality

How can I have my user to log into WMSPanel from my existing administrative panel?

Yury Udovichenko 2013-12-31 01:58:11 UTC 

You may use the HTML code below to make a button which will redirect your user to WMSPanel and log him in:

<form accept-charset="UTF-8" action="http://stats.test.com/account/login" method="post">
<input id="email" name="email" type="hidden" value="user@email.com" />
<input id="pass" name="pass" type="hidden" value="secret" />
<input class='submit' type='submit' value='Login to WMSPanel'>
</form>

Here, "user@email.com" is his login and "secret" is his password which you know as an account administrator.

Post a reply


Post a new question

Categories:

This website or its third-party tools use cookies, which are necessary to its functioning and required to achieve the purposes illustrated in the Privacy Policy. If you want to know more or withdraw your consent to all or some of the cookies, please refer to the Privacy Policy.
By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise, you agree to the use of cookies.