You are viewing limited content. For full access, please sign in.

Question

Question

WebAccess Custom Login

asked on August 18, 2016 Show version history

Hi everyone, 

I am trying to use the "ProcessLogin.aspx" to create a customized HTML login page, by following this helpfile.
I couldn't find the .aspx file in webaccess folder.

My webaccess version is 10.1.0.203.

Is this solution still available on version 10?

0 0

Replies

replied on August 24, 2016 Show version history

This was inadvertently removed from Web Access 10.  It will be added back in the upcoming update 2 release.

Edited to add: Web Access 10.1.2.286 is now available and contains this file.

3 0
replied on June 28, 2017

Using this processlogin.aspx file, can I populate ONLY the username to save someone having to enter it?

0 0
replied on June 28, 2017

The custom login page that you create could have whatever logic in it that you want.

0 0
replied on June 29, 2017

It doesn't appear to work.  I can enter the username and password and it logs in fine automatically.  However if i try just the username, i get a blank login form.

0 0
replied on June 29, 2017

You have to post all 3 pieces of information to ProcessLogin.aspx, or else you get redirected to the normal login screen.  I was saying that you could automatically populate the username in your custom login dialog.

0 0
replied on June 29, 2017

Same process as populating forms via URL? I've used things like this https://www.laserfiche.com/ecmblog/tech-tip-using-url-parameters-to-pre-fill-form-fields/

 

Just not able to get the webaccess link to function the same way.  Thanks for any advice Brian!

1 0
replied on June 29, 2017

No, it's not like forms.  Have you read the documentation linked in the original question?  The point of this feature is that you can pass credentials to Web Access without using the Web Access login UI.  You have to cause that http post, which would often be via a custom page, and which can have whatever custom logic in it that you want.  That page could behave like forms if you want it to, but the important point is that the page does not exist - you need to create it.

0 0
replied on June 29, 2017

Yes I've read it, I was looking to have the simply pop up with username populated with a passed token so i don't have to have users enter domain\username as we have windows authentication for the repo and forms you can enter the domain so users don't have to.  I've sorted out how to have the link go directly to the electronic document and authenticate with windows credentials.

It seems I was just trying to make it do something it wasn't intended for, at least not without modification I'm not capable of.  Thanks for your time!

0 0
replied on June 29, 2017

In the configuration for Web Access, if you indicate that users will be authenticating with Windows authentication, you can enter a domain.  If you do this then users can enter just their username and Web Access will use the domain that you specified.  Or do you need it more dynamic because you have users from multiple domains?

0 0
replied on June 30, 2017

Nope, one domain.  Couldn't find that in the config.

0 0
replied on June 30, 2017

It's a new-ish feature, but I don't remember which version first had it.  It's described here.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.