Where is validate_multifactor_auth_code.do located?

jarvonen
Tera Contributor

I have a user request to make the 'txtResponse' field on the 'validate_multifactor_auth_code.do' page automatically have focus. 

Where would I be able to modify this page? 

It doesn't seem to be available as a Processor or UI Page or the welcome page properties.

1 ACCEPTED SOLUTION

Mark Stanger
Giga Sage

It looks like this one is back-end code that you can't get to to adjust.  Outside of a possible massive and ugly UI script hack, I don't think this is possible.

View solution in original post

4 REPLIES 4

Mark Stanger
Giga Sage

It looks like this one is back-end code that you can't get to to adjust.  Outside of a possible massive and ugly UI script hack, I don't think this is possible.

jarvonen
Tera Contributor

I was at pretty much the same conclusion before posting but figured it doesn't hurt to ask.

 

Thank you for the reply

No problem. Please mark the answer above correct if I've answered your question.

Andres Magnin
Tera Contributor

I know this is an old question, but it might be usefull to someone looking to upadate a style or aplly some minor changes to that page.

the page uses this UI script:

https://<instance_name>..service-now.com/nav_to.do?uri=sys_ui_script.do?sys_id=d20a5130933331003c5537ae867ffba5

and this style sheet:

https://<instance_name>..service-now.com/nav_to.do?uri=content_css.do?sys_id=84f0346b87120300cfab6dd207cb0b72

wouldn't recommend doing massive changes there, but giving focus to a button or changing the collor of a button shouldn;t do much harm