Should the register form be in path /user/tupas/register ? Or should it replace the /user/register path? Because the first url gives access denied even with admin and the second path is unchanged even with TUPAS module up & running.
Installing dev-version gives 502 Bad Gateway.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | usage-instructions-2953559-3.patch | 3.37 KB | oakulm |
Comments
Comment #2
tuutti commentedThe register form is in
/user/tupas/registerpath, but you need active TUPAS session to access it.The authentication chain starts from the
/user/tupas/loginpath and you'll be redirected to registration form after a succesful TUPAS login.What core version? Can you link some error logs?
Comment #3
oakulm commentedHi,
yes the missing part of the puzzle was this chain of url's. I've attached a small patch to add some info to the README file. Feel free to use if you like. I also unified the way TUPAS was written in the file.
Also the Bad Gateway error was not related to this module I think, so sorry about that.
Comment #5
tuutti commented