Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: set default Role of new user


nicolagreco
Participant

@nicolagreco

adding an action that do that and change registred users role with a sql query, is so difficult?

add an action like

default_role() {

add_user_to_blog(‘1’, $current_user->ID, ‘author’);

}

or a thing like that,

Nicola,

BP Guru

Skip to toolbar