Weird question anyway ;)
I wonder how to set users as "Authenticate Users (Special)" when user registering account at my site? Right now it always Authenticate User by default.

I try this one, but nothing work.
Code: Select all
...
<cms:db_persist_form
_invalidate_cache='0'
k_user_access_level='4'
/>
...

Thank you for any respond.