I am new to Dynamicweb and have to set up a solution with login in frontend. Unfortunately, I have not been able to find any documentation on regular login functionality whatsoever.
I have found various login-related documents in the backend, e.g. Files\Templates\UserManagement\Login.html. Here the action attribute of the form points to a non-existing "Default.aspx", though.
Do I really have to setup my own code, inspecting user table/tables in the database?
Furthermore, I need to redirect users to a page with another layout after login.
Simple enough to code, but I would like to use built-in Dynamicweb functionality, as I have a feeling it is quite straightforward.
Thanks in advance