We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed67d9 commit 1a5030eCopy full SHA for 1a5030e
app/Resources/views/security/login.html.twig
@@ -94,6 +94,8 @@
94
$(document).ready(function() {
95
var usernameEl = $('#username');
96
var passwordEl = $('#password');
97
+ // in a real application, hardcoding the user/password would be idiotic
98
+ // but for the demo application it's very convenient to do so
99
if (!usernameEl.val() && !passwordEl.val()) {
100
usernameEl.val('anna_admin');
101
passwordEl.val('kitten');
0 commit comments