You can use: demo@localhost / demo
19 | 20 | 37 | 38 | <#if error.isPresent()> 39 |The email or password you have entered is invalid, try again.
40 | #if> 41 | 42 | -------------------------------------------------------------------------------- /src/main/resources/templates/user.ftlh: -------------------------------------------------------------------------------- 1 | <#-- @ftlvariable name="user" type="com.hendisantika.example.domain.User" --> 2 | 3 | 4 | 5 | 6 |E-mail: ${user.email}
18 | 19 |Role: ${user.role}
20 | 21 | -------------------------------------------------------------------------------- /src/main/resources/templates/user_create.ftlh: -------------------------------------------------------------------------------- 1 | <#-- @ftlvariable name="_csrf" type="org.springframework.security.web.csrf.CsrfToken" --> 2 | <#-- @ftlvariable name="form" type="com.hendisantika.example.domain.UserCreateForm" --> 3 | <#import "/spring.ftl" as spring> 4 | 5 | 6 | 7 | 8 |Role | 23 ||
---|---|
${user.email} | 29 |${user.role} | 30 |