Skip to content

Commit ad83220

Browse files
authored
Merge pull request #837 from ivanovmg/752
Drop irrelevant puzzle from AuthFromYaml.java
2 parents a2b2642 + f7fa5e6 commit ad83220

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

test/integration/check/java/com/artipie/auth/AuthFromYaml.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
/**
1616
* Authentication implementation based on yaml file with credentials.
1717
* @since 0.3
18-
* @todo #146:30min Consider adding opportunity to configure alternative login, for example:
19-
* | joe:
20-
* | login: joe@mail.com
21-
* | pass: "plain:123"
22-
* This configuration would mean that Joe should use his email to login instead of username. Do not
23-
* forget to validate credentials, logins should be unique.
2418
*/
2519
@SuppressWarnings({
2620
"PMD.AvoidDeeplyNestedIfStmts",

0 commit comments

Comments
 (0)