Page 1 of 1

self registration: add existing user to new group.

Posted: Mon Apr 23, 2012 12:09 pm
by andriesinfoserv
Attempting to add existing user to new existing group which is a paid package gives "That username is currently in use".

I have set the following in self reg admin:
Additional Groups Settings:
Allow existing users to register for additional groups?:
When overwriting an existing account the following fields must match:
Email Address and Password*

in the page where sel_pkg form is displayed i have the following:
{SelfRegistration allowoverwrite="1"}
(as well as every other combination for true i could think of)

username is email as well, btw.

thanks in advance.

----------------------------------------------

Cms Version: 1.10.3

Installed Modules:

AdvancedContent: 0.9.3
AjaxMadeSimple: 0.3.3
Captcha: 0.4.5
Cart: 1.8.2
CGBlog: 1.8.3
CGEcommerceBase: 1.3.9
CGExtensions: 1.28.1
CGMyOrders: 1.0
CGPaymentGatewayBase: 1.0.11
CGSimpleSmarty: 1.5
CMSMailer: 2.0.2
CMSPrinting: 1.0
CustomContent: 1.8.2
FileManager: 1.2.0
FormBuilder: 0.7.2
FrontEndUsers: 1.17.1
JQueryTools: 1.0.10
MenuManager: 1.7.7
ModuleManager: 1.5.3
NMS: 2.3.8
Orders: 1.13.1
PaypalGateway: 2.3.5
Polls: 1.0.0
Products: 2.17
Search: 1.7
SelfRegistration: 1.6.15
SEOTools2: 1.0.9
Showtime: 3.2
ThemeManager: 1.1.4


Config Information:

php_memory_limit:
process_whole_template: false
output_compression: false
max_upload_size: 10000000
url_rewriting: false
page_extension: .html
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true


Php Information:

phpversion: 5.4.1-rc2-pl0-Fortress_Linux
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 2048
E_DEPRECATED: 8192
memory_limit: 24M
max_execution_time: 60
output_buffering: 1
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 10M
upload_max_filesize: 10M
session_save_path: No check because open basedir active
session_use_cookies: On (True)
xml_function: On (True)


Server Information:

Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.3.6


----------------------------------------------

Re: self registration: add existing user to new group.

Posted: Fri May 04, 2012 3:03 pm
by sjadema
Hi, i ran into the same problems for a previous project. Instead of trying to fix it with the Self_Reg module i decided to create an UDT. Just add a product using the product module instead of using the Self_Reg module. More info in the post below.

http://forum.cmsmadesimple.org/viewtopic.php?t=58931

Re: self registration: add existing user to new group.

Posted: Sat May 05, 2012 5:14 pm
by andriesinfoserv
the link to your post doesn't seem to work. if it has been removed do you have the UDT somewhere? you should be able to PM or email me through the forum if you'd like.
thanks for the response, btw.