+ Reply to Thread
Results 1 to 9 of 9

Thread: Setting up e-mail login on webpage
      
   

  1. #1
    jollygreengiant is offline Sergeant
    Join Date
    Mar 2007
    Posts
    36

    Default Setting up e-mail login on webpage

    How is this done? I have looked for tutorials and posts on it and couldnt find it in my welcome mail. I wanted to be able to set up an e-mail login on my webpage for users to log in to webmail from. Can this be done? and how?

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Setting up e-mail login on webpage

    Yes, it can be done, heres the info you will need.

    Set the action to: "http://www.yoursite.com:2095/login" (I beleive that is the correct link, its been a couple years since I have made one of these forms, so I don't have a copy to check on anymore).

    You will need two fields for the form, the username and password

    Set the name for the username field to "user"
    Set the name for the password field to "pass"

    So the html should be like...

    <form action="http://www.yoursite.com:2095/login" method="POST">
    Username: <input type="text" name="user" /><br />
    Password: <input type="password" name="pass" /><br />
    <input type="submit" value="Login" />
    </form>

    Hope that helps

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  3. #3
    jollygreengiant is offline Sergeant
    Join Date
    Mar 2007
    Posts
    36

    Default Setting up e-mail login on webpage

    when you say action what do you mean?

  4. #4
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Setting up e-mail login on webpage

    When you create a form there is a "action". It is where the form goes when you submit it.

    If you are using bluevoda right click on the form and its one of the buttons at the bottom. Someone who uses BV might come along and tell you exactly how to edit the form action.

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,062

    Default Re: Setting up e-mail login on webpage

    Simply create a link from one of your pages, to http://www.yoursite.com/webmail

    Then the user will be asked to provide his email address and his password
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  6. #6
    dchipilot is offline Corporal
    Join Date
    Apr 2007
    Posts
    11

    Default Re: Setting up e-mail login on webpage

    Quote Originally Posted by navaldesign
    Simply create a link from one of your pages, to http://www.yoursite.com/webmail

    Then the user will be asked to provide his email address and his password
    This worked for me. However, is there a way to make it go directly to the webmail without clicking horde, then clicking login again?

  7. #7
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,062

    Default Re: Setting up e-mail login on webpage

    I beleive not.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  8. #8
    mmyplace is offline First Sergeant
    Join Date
    Dec 2006
    Posts
    83

    Default Re: Setting up e-mail login on webpage

    Hi, I tried Wadaflip's method, but 1. it would not accept "pass" as password.
    Also, I assume you meant that one should enter that address ...2095/login, which is what I did.

    ??

  9. #9
    drweb's Avatar
    drweb is offline Corporal
    Join Date
    Jun 2006
    Posts
    17

    Default Re: Setting up e-mail login on webpage

    best thing you do, use xoops CMS and use webmailfx. you would love .its not the best one but ok, better then horde.i can't find and CMS where you can use webmail like stuff,there are some webmails on Drupal but nothing for current version.
    i am planning to get email hosting or if someone can make a software for me to check email like yahho or msn.
    i mean to integrate webmail/horde with website.
    hope it will help.i tried so many things on horde nothing worked.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49