Yusaku Maezono
Results
2
comments of
Yusaku Maezono
I found the bug report (https://github.com/apigee/api-platform-samples/issues/42) and description of the bug. >Note that there's a bug (#42) where certain passwords cause the registration to fail (throw a stacktrace error). For...
I found a workaround. I changed the two files then It worked. * routes/registration.js ``` validateForm = function (title, firstname, lastname, email, password, verifypassword) { var errors = []; return...