Fixed admin panel user registration.
Now including start.sh to start a php server using the router.php so no webserver is needed.
This commit is contained in:
@@ -56,10 +56,10 @@
|
||||
|
||||
<h3>Register a new user</h3>
|
||||
|
||||
<form method="post" action="<?php echo Config::get('URL'); ?>admin/registerUser">
|
||||
<form method="post" action="<?php echo Config::get('URL'); ?>register/register_action">
|
||||
<input type="text" name="user_name" placeholder="Username" required />
|
||||
<input type="email" name="user_email" placeholder="Email address" required />
|
||||
<input type="password" name="user_password" placeholder="Password" required />
|
||||
<input type="password" name="user_password_new" placeholder="Password" required autocomplete="off" />
|
||||
<input type="submit" value="Register User" />
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user