This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Reverse Auth - Custom Form Template

I have a task to create custom form template (in a lab environment first), for Exchange OWA login.

Does anyone knows where is default storage location for custom uploaded files and predefined ones (default_template.html and default_stylesheet.css)?



This thread was automatically locked due to age.
Parents
  • Still don't know where the files are, but I have managed to create effective custom login form, very quick and easy...[[:)]]

    After a little struggling I have managed it to work, this was my steps:

    1. I accessed login form with "Default Template", listed page source code with my browser and saved it into TXT file.
    2. Found a free HTML login template by google-ing (there are many out there - Scrshot 1). Saved that two files naming them index.htm and style.css.
    3. Edited/Added the following text in the index.htm sample code (marked red):

    Test login page
    
    /REF_RevAutOwa2/style.css" />




    /owa_login" method="POST">

    UTM test form



    name="httpd_username" type="text" placeholder="Username" required="" id="username" />


    name="httpd_password" type="password" placeholder="Password" required="" id="password" />







    4. Created new Form Template and uploaded both files - Scrshot 2.
    5. Changed Form Template in Authentication Profile from Default to Custom.
    6. Tested it - Scrshot 3, it worked.

    Now it needs only cosmetic details fixed (removing unnecessary things, inserting company logo etc...) but that was that.

    Hope this will help somebody...[[:)]]
Reply
  • Still don't know where the files are, but I have managed to create effective custom login form, very quick and easy...[[:)]]

    After a little struggling I have managed it to work, this was my steps:

    1. I accessed login form with "Default Template", listed page source code with my browser and saved it into TXT file.
    2. Found a free HTML login template by google-ing (there are many out there - Scrshot 1). Saved that two files naming them index.htm and style.css.
    3. Edited/Added the following text in the index.htm sample code (marked red):

    Test login page
    
    /REF_RevAutOwa2/style.css" />




    /owa_login" method="POST">

    UTM test form



    name="httpd_username" type="text" placeholder="Username" required="" id="username" />


    name="httpd_password" type="password" placeholder="Password" required="" id="password" />







    4. Created new Form Template and uploaded both files - Scrshot 2.
    5. Changed Form Template in Authentication Profile from Default to Custom.
    6. Tested it - Scrshot 3, it worked.

    Now it needs only cosmetic details fixed (removing unnecessary things, inserting company logo etc...) but that was that.

    Hope this will help somebody...[[:)]]
Children
No Data