开发者

How to remove profile info step during signup process in socialengine4 php framework?

开发者 https://www.devze.com 2023-02-22 17:17 出处:网络
Well I am wondering to know about How can I remove profile information step from signup process in soc开发者_开发百科ialengine4 PHP framework.

Well I am wondering to know about How can I remove profile information step from signup process in soc开发者_开发百科ialengine4 PHP framework.

I just want only create account step.

Any help will be greatly appreciated. Thankyou


Run this sql command in your database:

UPDATE engine4_user_signup SET enable = '0' WHERE class = 'User_Plugin_Signup_Fields'

0

精彩评论

暂无评论...
验证码 换一张
取 消