Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24894979
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
index 03976f9..5a65fa1 100644
--- a/resources/views/welcome.blade.php
+++ b/resources/views/welcome.blade.php
@@ -1,37 +1,37 @@
<html>
<head>
<title>@lang('app.title')</title>
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css" rel='stylesheet' type='text/css'>
<link href="/css/login.css" rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="sviatiHory">
<div class="card card-container">
<h1 class="title">@lang('app.title')</h1>
<img id="profile-img" class="profile-img-card" src="/images/profile-img-blank.png" alt="@lang('login.blankAvatarAlt')" />
- <form class="form-signin" method="post">
+ <form class="form-signin" role="form" method="POST" action="{{ url('/auth/login') }}">
<div id="identity">
<span id="reauth-username" class="reauth-username"></span>
- <input type="text" name="username" id="inputUsername" class="form-control" placeholder="@lang('login.username')" required autofocus>
+ <input type="text" name="username" id="inputUsername" class="form-control" value="{{ old('username') }}" placeholder="@lang('login.username')" required autofocus>
<input type="password" name="password" id="inputPassword" class="form-control" placeholder="@lang('login.password')" required>
</div>
<div id="remember" class="checkbox">
<label>
<input type="checkbox" name="remember"> @lang('login.remember')
</label>
</div>
<input type="hidden" name="_token" value="{{ csrf_token() }}" />
<button class="btn btn-lg btn-primary btn-block btn-signin" type="submit">@lang('login.loginButton')</button>
</form>
<!-- /form -->
<a href="{{ url('/auth/recover') }}" class="forgot-password">@lang('login.passwordRecovery')</a>
</div>
<!-- /card-container -->
<script src="//cdnjs.cloudflare.com/ajax/libs/mousetrap/1.4.6/mousetrap.min.js"></script>
<script src="/js/login.js"></script>
</body>
</html>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Mar 18, 13:27 (12 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3538330
Default Alt Text
(2 KB)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment