feat: remove remember me functionality
This commit is contained in:
@@ -24,11 +24,6 @@ security:
|
||||
logout:
|
||||
path: app_logout
|
||||
target: app_login
|
||||
remember_me:
|
||||
secret: '%kernel.secret%'
|
||||
lifetime: 604800
|
||||
token_provider:
|
||||
doctrine: true
|
||||
|
||||
# Easy way to control access for large sections of your site
|
||||
# Note: Only the *first* access control that matches will be used
|
||||
|
||||
@@ -34,16 +34,6 @@
|
||||
required
|
||||
autocomplete="current-password">
|
||||
</div>
|
||||
<div class="relative flex items-start">
|
||||
<div class="flex h-6 items-center">
|
||||
<input type="checkbox" id="rememberme" name="_remember_me" class="form-checkbox">
|
||||
</div>
|
||||
<div class="ml-1 leading-6">
|
||||
<label for="rememberme">
|
||||
angemeldet bleiben
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-col lg:flex-row space-y-2 lg:space-y-0 lg:space-x-2 mt-4">
|
||||
<button type="submit" class="button bg-button">
|
||||
Login
|
||||
@@ -84,4 +74,4 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user