+ Reply to Thread
Results 1 to 8 of 8

Thread: Login Form email?
      
   

  1. #1
    publiweb1 is offline Staff Sergeant
    Join Date
    Feb 2006
    Posts
    49

    Question Login Form email?

    As I can create a form in my site for that my clients will carry out login (requesting name of user and sign) in the webmail horde in my site?

    It would like to know itself exists like do a simple form as the login of the horde, but inserted in my page (site)


    Regards;
    Geraldo Monnerat

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

    Default Re: Login Form email?

    Here (Edit where is says *YOUR DOMAIN*, with your own domain name)

    <form method="post" action="https://www.*YOUR DOMAIN*.com:2096/login/">
    <input type="text" name="user">
    <input type="password" name="pass">
    </form>

    You can use BV to make it, just make sure the form action is the same as above, and the username field's "name" attribute is "user", and the password's name is "pass".

  3. #3
    publiweb1 is offline Staff Sergeant
    Join Date
    Feb 2006
    Posts
    49

    Thumbs up Re: Login Form email?

    Ok

    1) In BV in the Form Properties: In the field "Action" I insert: http://myvt.com.br:2095/horde/login.php?new_lang=pt_BR (??)

    2) In the field " Method" I apply POST (?) In the field "encoding type" I apply like "multipart/form-data" (?)

    3) I utilize the fields "Hidden Fields" (?) or not?

    4) Barely I create the fields and I configure: username field' s "name" attribute is "user", and the password' s name is "pass". (?)

    5) In the field Password I apply "Password field" (Yes)?

    6) I can publish the page that created the form in any directory in my domain MYVT.COM.BR?

    Regards
    Geraldo Monnerat

  4. #4
    publiweb1 is offline Staff Sergeant
    Join Date
    Feb 2006
    Posts
    49

    Default Re: Login Form email?

    I tried with the configurations above and to the logar in the form, he functions, but opens the Prompt of login of the webmail (?) requesting username and password, what do I do?

    My page address: http://www.myvt.com.br/webmaillogin.html

    regards
    Monnerat

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

    Default Re: Login Form email?

    1) Im not sure if you can go directly to horde, but you can get to page where you choose which of the three you want

    2) Use post, you don't have to encrypt

    3) No need for em to login to email

    4) You should be able to name the field. For username it has to be user, and password has to be pass.

    5) Not sure, I assume yes if that is how a password field is label in BV, (I don't use BV)

    6) As long as the "action" include the full link (http://www.yoursite..) you can publish it anywhere on your site

  6. #6
    publiweb1 is offline Staff Sergeant
    Join Date
    Feb 2006
    Posts
    49

    Default Re: Login Form email?

    I tried with the configurations above and to the logar in the form, he functions, but opens the Prompt of login of the webmail (?) requesting username and password, what do I do?

    I thank. In this way I would not be necessary create a form in the BV, sufficiency I put a link for the Prompt. Which the Link that should use?

    My page address: http://www.myvt.com.br/webmaillogin.html

    regards
    Monnerat

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

    Default Re: Login Form email?

    I don't think it is possible to log directly into horde only to the webmail menu where you choose which of the 3 to use. Horde doesn't have its own html based login, atleast not one that I can locate without having the script from cpanel (They don't give access to the cpanel files).

  8. #8
    kokushta is offline Private
    Join Date
    May 2006
    Location
    ALBANIA
    Posts
    4

    Default Re: Login Form email?

    Two months ago I was facing the login form to horde and i found smth, it worked and for some reason did not work anymore.

    the tool is called Horde Bridge

    found at:http://www.nnexxezz.com/hbridge
    (soon the page will be closed, no more support)

    Maybe someone good enough in php programing might have a look to the script and make any modification so it might work again.

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