Custom Login Page Variable
Answered
When creating a custom login page the default text is "username" on the login prompt. It appears to be dynamically generated. Where can this be modified to say "email" instead?
Hi Tara,
Thanks for reaching out with your question. This type of integration question is usually reserved for our implementation specialists, however I was able to adjust this text by doing the following -
1. Opened <Yellowfin>\development\examples\index_mi.jsp in text editor
2. Changed Line 357 on index_mi.jsp to "howdy" Username text
3. Saved modified index_mi.jsp as \appserver\webapps\ROOT\something.jsp
4. updated web.xml to point to something.jsp
5. restarted application and observed successful change
More information on customizing the login page can be found here -
https://wiki.yellowfinbi.com/display/USER80/Custom+Login+Page
Does this provide you with the solution you're looking for?
Thanks,
Eric
Hi Tara,
Thanks for reaching out with your question. This type of integration question is usually reserved for our implementation specialists, however I was able to adjust this text by doing the following -
1. Opened <Yellowfin>\development\examples\index_mi.jsp in text editor
2. Changed Line 357 on index_mi.jsp to "howdy" Username text
3. Saved modified index_mi.jsp as \appserver\webapps\ROOT\something.jsp
4. updated web.xml to point to something.jsp
5. restarted application and observed successful change
More information on customizing the login page can be found here -
https://wiki.yellowfinbi.com/display/USER80/Custom+Login+Page
Does this provide you with the solution you're looking for?
Thanks,
Eric
Thank you!
Thank you!
You're welcome, Tara, glad to be of assistance. I will mark this ticket as Completed. Feel welcome to reach out to support with further inquiries.
Thanks,
Eric
You're welcome, Tara, glad to be of assistance. I will mark this ticket as Completed. Feel welcome to reach out to support with further inquiries.
Thanks,
Eric
Replies have been locked on this page!