Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
I have a really annoying issue about user registration workflow. There is something wrong between joomla and jomsocial. I choose "Administration approval" from joomla user options but when users fills the registration forms they receives welcome mail.
When they click link on mail and they can activated their account without administration approval and can enter website but I don't want that.
I want a workflow like that;
1) Users fills the registration form
2) Users receives mail for verification of given mail right after filling registration form
- Users cant enter web site at that time. If they try to enter web site they receives a warning about they are waiting for administration approval.
3) Users receives mail when administration approves their account
4) User can enter web site
I just tried this, and I dont get any activation in my email, I only get this email :
Merhaba tester tester,
Dumlupınar Üniversitesi Öğrencilerinin Sanal Kampüsü taskapi.net'e üye olduğunuz için teşekkürler. Kayıt formunda vermiş olduğunuz bilgiler incelendikten sonra üyeliğiniz onaylacak ve bir e-posta ile bilgilendirileceksiniz.
COM_COMMUNITY_EMAIL_REGISTRATION_REQUIRES_ACTIVATION="Merhaba %s, \n\nDumlupınar Üniversitesi Öğrencilerinin Sanal Kampüsü %s'e üye olduğunuz için teşekkürler. Kayıt formunda vermiş olduğunuz bilgiler incelendikten sonra üyeliğiniz onaylacak ve bir e-posta ile bilgilendirileceksiniz."
And the original line was like that;
COM_COMMUNITY_EMAIL_REGISTRATION_REQUIRES_ACTIVATION="Merhaba %s, \n\nDumlupınar Üniversitesi Öğrencilerinin Sanal Kampüsü %s'e üye olduğunuz için teşekkürler. Aşağıdaki aktivasyon bağlantısını kullanarak e-posta adresinizi doğrulamanız gerekiyor. Bu işlemin ardından yoğunluğa bağlı olarak en geç 72 saat içinde üyeliğiniz site yöneticileri tarafından aktif hale getirilecek ve yine bir e-posta ile bilgilendirileceksiniz. \n\n%s\n"
When the code line was like this users gets e-mail like this;
Attachment 1_2014-05-30-2.PNG not found
If users clicks on that link they could activate their account without admin approval and their member status change to "Enabled" and they can enter web site
Attachment 2_2014-05-30-2.PNG not found
I think something wrong in this workflow. Because I choosed admin approval section from joomla user configuration but users can activated their account by themselves.