On Feb 6, 2024, at 17:19, Yue Ji <yuej...@gmail.com> wrote:
Hello,
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/9b6a2e5e-2ede-4ed8-96ec-30a29c882cb5n%40googlegroups.com.
Hello,Thank you for the link! That information is about login function. We are fine for the login faction.We only need to change the login text layout, something like in the attachment shows.Regards,Yue--On Tuesday, February 6, 2024 at 7:38:45 PM UTC-5 don.si...@gmail.com wrote:hello, does this database setting do (closely enough) what you need?painstakingly pecked on my iphone.On Feb 6, 2024, at 17:19, Yue Ji <yuej...@gmail.com> wrote:Hello,In Dataverse login page, we would like to switch the layout of Institution login option to the top, with the default login layout to the bottom.The code is in loginpage.xhtml, which is presented by two login <form>, one is for general login and the other one is for Institution login. We are interested to do similar like this: https://dataverse.unc.edu/loginpage.xhtml?redirectPage=%2Fdataverse.xhtmlWhat's the best way to do that, updating loginpage.xhtml directly or other way? Thanks!Regards,Yue--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/9b6a2e5e-2ede-4ed8-96ec-30a29c882cb5n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/a8ce1589-7d2f-4174-9eb8-72d6a294655en%40googlegroups.com.
Hello,Thank you for the link! That information is about login function. We are fine for the login faction.We only need to change the login text layout, something like in the attachment shows.Regards,Yue--On Tuesday, February 6, 2024 at 7:38:45 PM UTC-5 don.si...@gmail.com wrote:hello, does this database setting do (closely enough) what you need?painstakingly pecked on my iphone.On Feb 6, 2024, at 17:19, Yue Ji <yuej...@gmail.com> wrote:Hello,In Dataverse login page, we would like to switch the layout of Institution login option to the top, with the default login layout to the bottom.The code is in loginpage.xhtml, which is presented by two login <form>, one is for general login and the other one is for Institution login. We are interested to do similar like this: https://dataverse.unc.edu/loginpage.xhtml?redirectPage=%2Fdataverse.xhtmlWhat's the best way to do that, updating loginpage.xhtml directly or other way? Thanks!Regards,Yue--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/9b6a2e5e-2ede-4ed8-96ec-30a29c882cb5n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/a8ce1589-7d2f-4174-9eb8-72d6a294655en%40googlegroups.com.
Now we switched to our CAS login as the default by running this curl command: curl -X PUT -d shib http://localhost:8080/api/admin/settings/:DefaultAuthProvider
It's working as we expect. Thank you both for the great help!
Best,
Yue