pavmoxo
02-22-2007, 11:41 AM
I have a site of an university in PHP and a joomla site for university administration. Can I have a authentication form in the main site for logon the joomla site?? If yes how can I do that??...I have tried several times without success!!!
I have a the next form:
Code:
<form ID="secLogin" action="secretaria/index.php?option=com_comprofiler&task=login" target="_blank" method="post">
<p>Nome:
<input name="username" id="username" type="text" size="20">
<br>
Senha:
<input name="passwd" id="password" size="20" type="password">
</p>
<div> <input name="Reset" type="reset" value="Limpar"> <input type="submit" value="Submeter" /></div>
</form>
And result say that I havenīt permissions!!! Which permissions??
I have a the next form:
Code:
<form ID="secLogin" action="secretaria/index.php?option=com_comprofiler&task=login" target="_blank" method="post">
<p>Nome:
<input name="username" id="username" type="text" size="20">
<br>
Senha:
<input name="passwd" id="password" size="20" type="password">
</p>
<div> <input name="Reset" type="reset" value="Limpar"> <input type="submit" value="Submeter" /></div>
</form>
And result say that I havenīt permissions!!! Which permissions??