/register/startacc
This commit is contained in:
@@ -12,3 +12,5 @@ $routes->get('login', 'Login::HomeLogin');
|
||||
|
||||
$routes->get('register', 'Login::RegisterAccount');
|
||||
$routes->get('register/resetpass', 'Login::RegisterAccount');
|
||||
$routes->post('/register/startacc', 'Login::RegisterAccount');
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ $registeration_completed = isset($loginReturn)?$loginReturn :false;
|
||||
{
|
||||
?>
|
||||
<p>Welcome, Please create your account.</p>
|
||||
<form action="/register/startacc" method='POST' class="mt-2 mt-sm-5">
|
||||
<form action="/register/startacc" method='POST' class="mt-2 mt-sm-2">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user