After some digging:
Here's the issue. This line: https://github.com/Scalr/scalr/blob/66bd5c221bd661aa15d536d2899c0f304192aa3b/app/src/Scalr/UI/Controller/Account2/Users.php#L220 needs to be updated to use logic similar to this guy: https://github.com/Scalr/scalr/blob/66bd5c221bd661aa15d536d2899c0f304192aa3b/app/src/Scalr/UI/Controller/Guest.php#L742 -K On Monday, August 10, 2015 at 2:11:35 PM UTC-7, [email protected] wrote: > > Hi there! > > I've found a bug. > > When creating a new user and setting the password to 'blank' the folowing > email is sent out: > > Dear TEST USER, > > To finish your account setup, please use the following link and set the > password for your Scalr account. > > https://127.0.0.1:6270/#/guest/updatePassword/?hash=HEX_SECRET_2 > > Cheers, > The Scalr Team > > > But when I request a password reset on that same user, I get this email: > > > TEST USER, > > We received a request to reset your Scalr password. > > If you did not request this change, ignore this email. Your password will > not change. > > Otherwise, click the following link: > http://scalr.CORP.com/?resetPasswordHash=HEX_SECRET > > Cheers, > The Scalr Team > > > What do i need to do to make the URLs consistent for accessing the scalr > server? The URL present in the password reset email is correct, the URL in > the "finish setting up account" email is incorrect. > > > > Thanks for your time > > > -K > -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
