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.

CommentFileSizeAuthor
#3 usage-instructions-2953559-3.patch3.37 KBoakulm

Comments

oakulm created an issue. See original summary.

tuutti’s picture

The register form is in /user/tupas/register path, but you need active TUPAS session to access it.

The authentication chain starts from the /user/tupas/login path and you'll be redirected to registration form after a succesful TUPAS login.

Installing dev-version gives 502 Bad Gateway.

What core version? Can you link some error logs?

oakulm’s picture

StatusFileSize
new3.37 KB

Hi,

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.

  • tuutti authored 14abd97 on 8.x-1.x
    Merge pull request #11 from tuutti/fix_travis
    
    Issue #2959482: Replace...
  • tuutti committed 862b960 on 8.x-1.x
    Issue #2953559 by oakulm: How to use this module?
    
tuutti’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.