Skip to content
Snippets Groups Projects
Commit a1697d20 authored by Gaelle.Barris's avatar Gaelle.Barris
Browse files

maj config

parent 0a99c3e7
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ public class DescartesApplicationConfiguration extends WebSecurityConfigurerAdap
// Authentication : User --> Roles
protected void configure(AuthenticationManagerBuilder auth) throws Exception {
System.out.println("********** VERIF ***************");
System.out.println(user + " " + password);
System.out.println("*************************");
if (securityEnabled) {
auth.inMemoryAuthentication().passwordEncoder(passwordEncoder())
.withUser(user)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment