fix: remove rememberme token since incompatible with bpn authenticator
This commit is contained in:
@@ -26,11 +26,6 @@ security:
|
|||||||
logout:
|
logout:
|
||||||
path: app_security_logout
|
path: app_security_logout
|
||||||
target: app_security_login
|
target: app_security_login
|
||||||
remember_me:
|
|
||||||
secret: '%kernel.secret%'
|
|
||||||
lifetime: 604800
|
|
||||||
token_provider:
|
|
||||||
doctrine: true
|
|
||||||
access_control:
|
access_control:
|
||||||
- { path: '^/_uploader', roles: ROLE_USER, requires_channel: https }
|
- { path: '^/_uploader', roles: ROLE_USER, requires_channel: https }
|
||||||
- { path: '^/', roles: PUBLIC_ACCESS, requires_channel: https }
|
- { path: '^/', roles: PUBLIC_ACCESS, requires_channel: https }
|
||||||
|
|||||||
@@ -40,14 +40,6 @@
|
|||||||
required
|
required
|
||||||
autocomplete="current-password">
|
autocomplete="current-password">
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-start mb-6">
|
|
||||||
<label for="rememberme" class="flex h-6 items-center">
|
|
||||||
<input type="checkbox" id="rememberme" name="_remember_me" class="h-4 w-4 rounded text-primary">
|
|
||||||
<span class="block ml-3 leading-6">
|
|
||||||
angemeldet bleiben
|
|
||||||
</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn w-full">
|
<button type="submit" class="btn w-full">
|
||||||
Login
|
Login
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user