Announcement

Collapse
No announcement yet.

Login Form email?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    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".

    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

    Comment


    • #3
      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

      Comment


      • #4
        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

        Comment


        • #5
          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

          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

          Comment


          • #6
            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

            Comment


            • #7
              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).

              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

              Comment


              • #8
                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.
                Work with passion!

                Comment

                Working...
                X