Register site_url #509
Unanswered
mauriceb77
asked this question in
Q&A
Replies: 2 comments 2 replies
-
The forms use route_to function. this returns a route relative to the domain not baseUrl. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You will need to edit the views to change the action of the forms. The documentation in this repository does give you all the basic information needed to get started. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed myauth via composer and I believe I configured properly but when I go to register on my localhost, the button is submitting to localhost/register not localhost/mysite/register. I have my base URL in CI4 set like public $baseURL = 'http://localhost/mysite/';
I've read other post where there is mention of an Auth class in the CI app/config folder but I do not see an Auth class here, only under thirdparty.
Beta Was this translation helpful? Give feedback.
All reactions