login: missing parameters are 400s
[?]
Apr 28, 2021, 1:10 AM
Z36FLF3BBAKDCCKLVUSAFTZHJTS4IYENMJVFGMVTJWJGHLHBGMCQCDependencies
- [2]
WDKFN4B2Make sign in a modal dialog box rather than a separate page - [3]
LZVO64YGMerge in the first bits of the API work - [4]
XJRJ4J7MAdd user registration
Change contents
- replacement in src/lib/Hydra/Controller/User.pm at line 30
error($c, "You must specify a user name.") if $username eq "";error($c, "You must specify a password.") if $password eq "";badRequest($c, "You must specify a user name.") if $username eq "";badRequest($c, "You must specify a password.") if $password eq "";