changed path to login

frappe.templates.pages.login.login_via_google changed to frappe.www.login.login_via_google
This commit is contained in:
Revant Nandgaonkar 2016-07-28 19:50:15 +05:30 committed by GitHub
parent 1892520324
commit cc8fb1a8d6

View File

@ -5,7 +5,9 @@ Social Login enables users to login to ERPNext via their Google, Facebook or Git
Checkout the following Video Tutorials to understand how to enable social logins on ERPNext Checkout the following Video Tutorials to understand how to enable social logins on ERPNext
* for FaceBook - https://www.youtube.com/watch?v=zC6Q6gIfiw8 * for FaceBook - https://www.youtube.com/watch?v=zC6Q6gIfiw8
* for Google - https://www.youtube.com/watch?v=w_EAttrE9sw * for Google - https://www.youtube.com/watch?v=w_EAttrE9sw
* for GitHub - https://www.youtube.com/watch?v=bG71DxxkVjQ * for GitHub - https://www.youtube.com/watch?v=bG71DxxkVjQ
{next} For Google the *Authorized redirect URI* is [yoursite]/api/method/frappe.www.login.login_via_google
{next}