Closed (fixed)
Project:
Login Destination
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2007 at 10:27 UTC
Updated:
6 Sep 2007 at 07:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
ardas commentedPlease specify all your settings.
How did you set up redirection URL?
Comment #2
_michel_ commentedmy settings regarding this module are in a jpeg enclosed.
Do you agree to access the site and have a look?
That will be very kind from you.
Michel.
ms@auxe.net
Comment #3
ardas commentedI saw you specified 'listini' in your URL textarea... Is it correct path?
Does this page exists?
If it is an alias URL could you also try the original URL (node/123 or whatever it is).
Comment #4
_michel_ commentedProblem solved.....
The problem was :
I have created, myself, the from to make a login window.
The solution is:
Now everything is ok.
ARDAS!! Thanks for your quick reply.
Regards.
Michel.
Comment #5
ardas commentedI see.
When using Drupal you should not create forms in a pure HTML because you will loose an ability to alter forms, write validate and submit hooks, etc.
Our module uses form_alter hook to change form's action to the specified one. If you create a login form in a pure HTML our module will not work and more than !!! you don't need this module at all if you are going to specify destination=login_redirect :) You'd better set destination to the one you need and disable our module.
The proper approach is avoid HTML forms.
Comment #6
ardas commented