one click login => Target=_blank

jordivn

Verified User
Joined
Nov 4, 2016
Messages
62
When using the onclick login options (phpmyadmin & roundcube) the link is loaded in the active window.
It would be nicer to add target=_blank, then the user keeps its panel window.
 
The option for one-click-login is availible, but for what i see in the canidate release, its not build to open in an new tab.


add a new form:
|*if HAVE_ONE_CLICK_PMA_LOGIN="yes"|
<br>
<form id='pma_form' action='CMD_PMA_LOGIN' method='POST'>
<input type='hidden' name='name' value='|name|'>
<input type='hidden' name='domain' value='|DOMAIN|'>
<input type="submit" value="phpMyAdmin SSO"> Login, no password required.
</form>
|*endif|
 
Please let us know the output of:
Code:
/usr/local/directadmin/directadmin o

Doesn't really look like 1.59 RC1.
 
Back
Top