Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SocialEngine – how remove additional signup steps?

The administration area has options for customizing the signup process. The KB article is -signup-process" rel="nofollow">here.

The problem is it doesn't offer the ability to remove unnecessary signup steps. I would like the signup process to be one single step – enter name, email and password. No further steps. This would mean no profile or photo steps.

Which part of the source code should I modify to remove these steps? I have tried hiding the forms, and also redirecting to home in the signup controller:

header('Location: /');
exit();

... but the issue then is that the account isn't created until after the profile step is complete so I don't think this is the right way.

like image 214
z10 Avatar asked Jun 19 '26 15:06

z10


1 Answers

http://support.socialengine.com/php/customer/portal/articles/1642532-admin-panel---settings-&gt%3B-signup-process

You can set "User Photo Upload (Do you want your users to be able to upload a photo of themselves upon signup?)" and "Require User Photo (Do you want to require your users to upload a photo of themselves upon signup?)" to NO :) -_-

Cheers!

like image 75
G. Pacete Avatar answered Jun 22 '26 08:06

G. Pacete



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!