Login     Sign up
can we login from outside
vivek (@vivektailor)
Join date: Aug 16th 2010
Community posts: 22
View Profile
Send Message

i want to installed jcow in sub directory of my website is it possible that my users logged in from my websites homepage.
if so than what wud be the code for login form

188 months ago
adil (@adil)
Join date: May 9th 2010
Community posts: 202
View Profile
Send Message

yes you can just place this form in your index page and modify the section of the jcow directory

[code]
<form method="post" name="loginform" id="form1" action="[b]http://yourdomain.com/jcow[/b]/member/loginpost" >
<tr><td>Username or Email</td><td>Password</td></tr>
<tr><td><input type="text" size="10" name="username" style="width:120px" /></td><td>
<input type="password" size="10" name="password" style="width:120px" />
<input type="submit" value=" Login " /></td></tr>
<tr><td><input type="checkbox" name="remember_me" value="1" /> <span style="color:#89A0D1">Remember me</span></td>
<td><a href="[url][b]Forgot[/url">http://yourdomain.com/jcow[/b]/member/chpass">Forgot[/url] password?</a></td></tr>
</form>
[/code]

188 months ago