medyapin
Forum Replies Created
-
Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.Yes i deleted everything app plugin database users…
Still users can’t signup only registered user can login.
Forum: Plugins
In reply to: [Login by Auth0] Cant login to wordpress with new users.It can be update issue. I think u have to try to first install 3.8.0 for your test site then update to 3.8.1.
I will delete all data and re install from begining to test it. But it will take long time after all setups and rules created.
Forum: Plugins
In reply to: [Login by Auth0] Password Change ?ssueOkay all issues mixed i am creating new threads.
Forum: Plugins
In reply to: [Login by Auth0] Password Change ?ssueOkay last thing i found that new user only can create account and login right now by creating their account on woocommerce checkout page.
Only in this case user can login with Auth0 and wordpress login forms. Others above cant login and create account with Auth0 and also cant login by ?wle it always give wrong passowrd or username error notification on auth0.
Kind Regards.
Forum: Plugins
In reply to: [Login by Auth0] Password Change ?ssueOther Issues with 3.8.1
I deleted all cache from browser then login to wp-admin, created a new user from admin dashboard, logout and clean all cache.
Tried to login with new test user with auth0 login by username and password. It doesnt work. Gets in a infinite redirect loop in the end in chrome createds 502 Bad Gateway nginx error. In IE stays in turning circle continue to login process but nothing happens. Checked Auth0 dashboard. New user also created in Auth0 dashboard with Success Exchange log.
Old user accounts are working and no problem to login.
Plugin Error Log:
11/15/2018 04:00:30
WP_Auth0_Api_Change_Password::call
400
Error returned – PasswordStrengthError: Password is too weak
1
Changed password from wp-admin dashboard again for to fit what it needs.
User still can’t enter to site.
Then,Created a new user with auth0 signup form. user created and added to Auth0 dashboard user list. But user cant login to wordpress.
Closed browser cleared cached login by admin and checked user list. The user which created by auth0 signup form is already created in wordpress too.
But that user couldnt enter the site. Cuase sign up form stucked.1)In the end. New users who are created from admin panel and also auth0 signup forms unable to login to site. So I even could not try to change their password from woocommerce acount page.
2)Old users can login to site, they can change password from front-end but they get old password is not correct error notification even if password changed succesfuly.
3) I need to downgrade back to 3.8.0 asap for users to create at least account.How to do that ? where can i get it?
Forum: Plugins
In reply to: [Login by Auth0] Password Change ?ssueOkay, I checked the 3.8.1 it works.
I changed existing user password from Woocommerce account page it changed.
Logged out the user and try to login with auth0, there was no problem.But; ??
When I was trying to change the password from front-end It gave old password is not correct error notification all the time even with different users.
So it works but it gives error notification.
Forum: Plugins
In reply to: [Login by Auth0] How to suspend user login?Thank you.
Forum: Plugins
In reply to: [Login by Auth0] Password Change ?ssueThank you Josh.
Forum: Plugins
In reply to: [Login by Auth0] Custom Signup field doesnt appearThx that works perfectly.
Forum: Plugins
In reply to: [Login by Auth0] How to suspend user login?I mean susspend user login from auth0 dashboard or by auth0 plugin. Cause right now if i suspend by another way. auth0 still makes user to logged in.
Forum: Plugins
In reply to: [Login by Auth0] Custom Signup field doesnt appearinspector output from login page…
Forum: Plugins
In reply to: [Login by Auth0] Custom Signup field doesnt appearI get name error changed it again same error.
<script type=”text/javascript”>var wpAuth0LockGlobalFields={
name: “company”,
placeholder: “enter your company name”,
prefill: “Your Company Name”,
validator: function(company) {
return {
valid: company.length >= 3,
hint: “Must have 3 or more chars”
};
}
};</script>login:36 Uncaught SyntaxError: Invalid or unexpected token
load-scripts.php?c=0&load[]=jquery-core,jquery-migrate&ver=4.9.8:9 JQMIGRATE: Migrate is installed, version 1.4.1Forum: Plugins
In reply to: [Login by Auth0] Custom Signup field doesnt appearIf you mean directly use like this;
{
name: “company_name”,
placeholder: “enter your company name”,
prefill: “Your Company Name”,
validator: function(company_name) {
return {
valid: company_name.length >= 3,
hint: “Must have 3 or more chars”
};
}
}it doesnt work. or code i wrote is wrong but i couldnt recognise it.
- This reply was modified 6 years ago by medyapin.
Forum: Plugins
In reply to: [Login by Auth0] Password Change ?ssueYes exactly. if you change from wp-admin auth0 gets exactly same password what you choose as a new password which means it works on both. but if you change the password on woocommerce user account dashboard through front-end, auth0 doesnt recognise the new password.
Kind Regards.
Forum: Plugins
In reply to: [Login by Auth0] Password Change ?ssueDahsboard log errors when i try new password which is set from user dashbaord:
1- Failed Silent Auth
2- Failed Login (wrong password)
3- Failed cross origin authentication
4- Failed Silent Auth