mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove complex password requirements (#1916)
This commit is contained in:
@@ -2,5 +2,5 @@ package com.commafeed;
|
||||
|
||||
public class TestConstants {
|
||||
public static final String ADMIN_USERNAME = "admin";
|
||||
public static final String ADMIN_PASSWORD = "!Admin1234";
|
||||
public static final String ADMIN_PASSWORD = "admin";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user