Whenever users try to login via the login box on the portal page they get the following message:
[#10193] We encountered a problem processing your login request. Please try again.
When using the sites built in login, it works perfectly.
What should I do to fix this problem?
Unreal Portal Login Block Error
Started by reneg4d3, Dec 05 2010 06:53 PM
6 replies to this topic
#2
Posted 06 December 2010 - 02:25 AM
This will need to be done for each skin. Go to the ACP, Look&Feel,**your skin**
skin_uportal -> login
Find:
Add above:
Save
skin_uportal -> login
Find:
<input class="input_submit" type="submit" name="submit" value="{$this->lang->words['sign_in']}" />Add above:
<input type='hidden' name='auth_key' value='{$this->member->form_hash}' />Save
#3
Posted 06 December 2010 - 11:20 AM
Steve, on 06 December 2010 - 02:25 AM, said:
This will need to be done for each skin. Go to the ACP, Look&Feel,**your skin**
skin_uportal -> login
Find:
Add above:
Save
skin_uportal -> login
Find:
<input class="input_submit" type="submit" name="submit" value="{$this->lang->words['sign_in']}" />Add above:
<input type='hidden' name='auth_key' value='{$this->member->form_hash}' />Save
That fixed it. Why wasn't that added by default?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











