Skip to content
Snippets Groups Projects

bug persists with login_page and signup trying to resolve

Merged V Harish Ragavendher requested to merge push into master
3 files
+ 5
9
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -20,7 +20,7 @@ if($login) {
<?print($email)?> hope you're doing good
</p>
<p>You can <a
href="<?=get_config("base_path")?>App/index.php">Continue</a>
href="<?php get_config("base_path")?>App/index.php">Continue</a>
by clicking</p>
</p>
</div>
@@ -33,7 +33,7 @@ if($login) {
<h1 class="text-body-emphasis">Oops incorrect username or password</h1>
<p class="col-lg-8 mx-auto lead">
<p>please<a
href="<?=get_config("base_path")?>App/login_page.php">tryagain</a>
href="<?php get_config("base_path")?>App/login_page.php">tryagain</a>
by clicking</p>
</p>
</div>
@@ -43,9 +43,7 @@ if($login) {
} else {?>
<main class="form-signin w-100 m-auto">
<form method="post" action="login_page.php">
<img class="mb-4"
src="<?=get_config("base_path")?>App/assets/logo.png"
alt="poke img" width="300" height="150">
<img class="mb-4" src="<?php get_config("base_path")?>App/assets/logo.png" alt="poke img" width="300" height="150">
<h1 class="h3 mb-3 fw-normal">Please sign in</h1>
<div class="form-floating">
Loading