/
Message template (english)
My YunoHost server
Hardware: VPS bought online
YunoHost version: 4.3.6.2 (stable)
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Description of my issue
Hello there,
I want my yunohost instance to be more guest friendly and because of that I redirected the domain root (my.domain.tld) to a grav CMS Application (my.domain.tld/cms and no longer to my.domain.tld/yunohost/sso/).
Is it possible to somehow integrate the yunohost SSO login form to that grav - Installation?
I tried to simply copy the html code from yunohost login portal to my grav site, including all the css and js stuff.
Now login form is visible, but login fails silently - nothing happens. So I changed the (html) login action from
<form class="login-form" name="input" action="" method="post">
to
<form class="login-form" name="input" action="my.domain.tld/yunohost/sso/" method="post">
So this does not work as expected, too, but I now see a “red message” (in german)
Bitte melden Sie sich über das Portal an
meaning ‘Please login with the portal’ (or similar).
Does anyone know how to integrate some html code to a custom built ‘frontpage’ with yunohost login possibility?
Thanks a lot
Christian