AI Assistant
Notifications
Clear all

[Solved] Is it possible to disable registering of new users?

3 Posts
2 Users
0 Reactions
10.6 K Views
Posts: 28
 WUCW
Topic starter
Translate ▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@wucw)
Eminent Member
Joined: 6 years ago
[#14636]

I only want users that I have added to WP to access the forum.

So can I disable registering new users and also remove info-banners like the attached one and other text links?

Thanks 🙂

/OKEIwebbureau

 wpforo disable registering new users

2 Replies
Alvina
Posts: 1857
Moderator
Translate ▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@alvina)
Member
Joined: 6 years ago

Hi @okeiwebbureau,

Please navigate to the Dashboard > Forums > Settings > Features admin page find and disable the "Enable User Registration". If this option is disabled the default WordPress User Registration form will still be available. But wpForo Register Menu and Register Page will be hidden.

More info here: https://wpforo.com/docs/root/wpforo-settings/features/#user-registration

remove info-banners like the attached one and other text links?

Please try the following CSS code: 

#wpforo #wpforo-wrap .wpf-please-login {
display: none;
}

The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textarea.

In any case please don't forget to delete all aches and press CTRL+F5(twice) on the frontend before checking.

Also, please note, that wpForo members are based on the WordPress user system. So the users are the same.


Posts: 28
 WUCW
Topic starter
Translate ▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@wucw)
Eminent Member
Joined: 6 years ago

Thanks - it seems to work 😀 

/OKEIwebbureau


Share: