Hi,

since this module sounded interested, I decided to give it a try. However, I have to say it was disappointing for several reasons. I'll try to report some of them in this isue tracker.

First problem:
When you click on "Login", an AJAX window pops up containing the "Username" and "Password" text input fields, along with the "Log in" button. Fine. However, below is just a *text* "Forgot Your Password". Not clickable - does nothing :-(

CommentFileSizeAuthor
#2 Capture1.JPG28.42 KBzuzu83

Comments

mishac’s picture

I have this issue as well... Does anyone have a fix?

zuzu83’s picture

Priority: Normal » Critical
StatusFileSize
new28.42 KB

Hi

"Forgot Your Password" It's not working... I have error :

warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'user_pass' was given in /home/mysite/includes/form.inc on line 372.

Help please

tanks

victor.b’s picture

I have solution of this problem :)

add:
module_load_include('inc', 'user', 'user.pages');

to beginning of:
function ajax_register_get_ajax_login_form()

in:
ajax_register.module

compujohnny’s picture

Status: Active » Fixed

Should be fixed in the new release

Status: Fixed » Closed (fixed)

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