Ah yes, thanks.
Well, not many options: the filter option (but still won't let the user choose their login name), find an additional WP/BB plugin that can do this (interrupt the registration process), or we could modify the plugin to allow the user …
Forgot to mention that our API can provide the contacts for a user, which you could use to send invitations.
This is however up to you to develop, but the possibility is there.
Hi,
The plugin builds the user's display name from their Facebook account name (formatted name, display names in our identity record).
The user can edit this later.
One alternative, is to add a Wordpress filter that changes the display name (to some…
Hi,
How is it not working?
If your chosen roles are not used, then one possibility is that the roles are modified after the filter. The filter mentioned in our docs is called before user insertion. Other plugins can modify it later on in the process…
Hi Jatinder,
Your site seems to be working. Anything changed from when you reported the problem?
Just a thought, :443 only sets the port, but usually not TLS protocol.
https defaults to port 443, so if that is what you want to do, just choose https…