vendredi 25 août 2017

How Can I Login In Laravel With Predefined Email/Username and Password?

I want to login with predefined email address and password in laravel.It will be done in manually. what will be the process? I have set login page. and now i want to login my dashboard without registering and with predefined email and password.

<form class="login-form" action="dashboard.html">        
 <div class="login-wrap">
  <p class="login-img"><i class="icon_lock_alt"></i></p>

 <div class="input-group">
  <span class="input-group-addon"><i class="icon_profile"></i></span>
 <input type="text" class="form-control" placeholder="Username" autofocus>
                    </div>
 <div class="input-group">
  <span class="input-group-addon"><i class="icon_key_alt"></i></span>           
 <input type="password" class="form-control" placeholder="Password">
  </div>
 <button class="btn btn-primary btn-lg btn-block" type="submit">Login</button>

 </div>
  </form>

How can i do that,what will the process thanks for help.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire