I am getting two login pages when a job application is created in response to a job listing. When a candidate applies to a job and then logs out of drupal then it shows the login page with access denied but when I scroll down, I see the same page with all the contents showing.
I have have a new drupal install. Am I doing something wrong or Is this a bug?

CommentFileSizeAuthor
#1 duplcate screen.PNG77.78 KBk1

Comments

k1’s picture

StatusFileSize
new77.78 KB
k1’s picture

This is a screen shot of what I am seeing

NewZeal’s picture

Yeah that may result from poor use of drupal_access_denied() in the module. ie with no drupal_goto().

I found two instances of this and will upload changed module shortly with the latest version.

k1’s picture

Hi It seems that the problem with duplicate login pages is fixed with beta 16 upgrade but I get access denied for all users including user 1 ( site administrator). I have given permission to access content.
When an applicant replies to a job posting and resume content type is created, the landing page or login page shows access denied for all users.
Users must log off and log back on to get access denied message. Is this a bug something wrong with my configuration. Thanks

k1’s picture

ignore my last post. It works fine.