pixtur:should be...
3 years ago
It is working on this side...
td:Help with "ANONYMOUS_USER" and / or "REGISTER_NEW_USERS"
13 months ago (2. update 13 months ago)
Hi!
I need my streber system, working like this one, with a general open project accesible for reading, without any login(with the option of register/login available if nedeed, just like this system is setup)
But I guess I don't understand some concepts and config-variables... I define a guest user (id 6) and a general project (id 2) and I try something like this in the customize.inc file... (and almost all permutations you can imagine with these three lines :))
confChange(ANONYMOUS_USER', 6)
confChange('REGISTER_NEW_USERS',true)
confChange('REGISTER_NEW_USERS_TO_PROJECT',2)
Obviously, is not working... can anyone help me? Thanks.