/register

registration form inputs

POST geolytix.xyz/register

This endpoint allows to create a new user account in the ACL or reset the password of an existing account.

Request Body

NameTypeDescription

email

string

The email address associated with an user account.

password

string

The user account password.

If valid credentials were provided the redirect will redirect to the login view with a message in regard to additional instructions.

If invalid credentials were provided the redirect will redirect to the login view with a message in regard to the registration failure.

Last updated