Project:Secure Login
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

This module is great for me - securing users logging even if they wouldn't care about it! Thanks!

One thing to make it slightly better for me would be to change user redirecting after secure login to http://www.domain.com/user instead of http://www.domain.com/users/user-alias-at-ssl.

I can't use redirect at the moment since I have 2 partially same domains: http://www.domain.com and https://ssl.domain.com. Content and aliases are different on these domains, but user- and role -tables are shared. User login is at the moment redirected to ssl.domain.com, but since user aliases normally differ between these domains, redirecting back to www.domain.com gives simply "page not found" -error.

User login at www.domain.com/user -> redirect to ssl.domain.com/user
succesful login redirects to ssl.domain.com/users/user-alias-at-ssl
if redirected back, redirecting now to www.domain.com/users/user-alias-at-ssl even though best would be to have redirected to www.domain.com/user (which redirects user to correct www.domain.com/users/user-alias-at-www)

ropsu

Comments

#1

Status:active» closed (fixed)

New features should be added to the 7.x-1.x branch.

In Drupal 7, you can alter the drupal_goto() destination via several hooks, such as http://api.drupal.org/api/function/hook_drupal_goto_alter/7 or http://api.drupal.org/api/function/hook_url_outbound_alter/7 so I'm thinking this issue could be closed. But please re-open if this doesn't resolve the feature request.