Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
You are welcome! 🙂
At present you would either need to have a GD membership or a UWP membership or but the GD addon. However from the next UWP version this functionality will be built in.
If you want u can download the development version which already has this functionality here: https://github.com/UsersWP/userswp
Thanks,
Stiofan
Did u get it working after adding the settings? (i know we have some changes that were made to work with the new version)
The login needs to be strict, if u were able to login if the recpatcha api failed to load then it would be pointless, spammers could use something similar to adblock to just block the recaptch and use robots to login.
Thanks,
Stiofan
Hi Hase,
I have merged the pull now, u can see the changes here: https://github.com/UsersWP/userswp/pull/128/files
Thanks,
Stiofan
Hi Michael,
Yes we have an addon for this exact scenario 🙂
https://userswp.io/downloads/moderation/Thanks,
Stiofan
A developer is working on it and will update you tomorrow.
Thanks,
Stiofan
Hello,
You would need to use a filter to add the info, not tested but something like this(this will show all info available):
add_filter('uwp_send_admin_mail_extras', '_my_admin_mail_extras', 15, 3); function _my_admin_mail_extras($extras, $type, $user_id) { switch ($type) { case "register_admin": $usermeta = uwp_get_usermeta_row($user_id); $extras .= "<p>".print_r($usermeta,true)."</p>"; } return $extras; }
Thanks,
Stiofan
Hi, i did not change any passwords.
The registration form looks ok to me, how can i replicate the issue? What browser are u using?
Stiofan
Well the url would help 🙂
If we have wp-admin details we can apply any fixes/changes that might need done.
Stiofan
Hi Hase,
Please provide wp-admin details and we will take a look.
Thanks,
Stiofan
You are welcome! 🙂
Stiofan
Hello,
I have added a more graceful error message, in your case:
Session path is not writable: /var/lib/php/session
Please ask your server admin to check the problem.
Thanks,
Stiofan
The 500 error is a server error, its something failing that should not fail, it could be anything and there is no way to show a friendlier error message in this case.
Can you please provide FTP info and i will debug this in the error logs.
Thanks,
Stiofan
(P.S. password works now!)
I tried again but its still not working, please try your self copying and pasting the pass from the forum, i suspect maybe the forum is changing some special characters u have in the pass?
Stiofan
“Error: Invalid username or Password.”
Please double check the login details.Thanks,
Stiofan
-
AuthorPosts