Update: I figured out how to merge the accounts -- I just had to supply an email and the plugin did the rest.
But now I have another problem: How do I access the user's remote ID from the template? So that when someone clicks on the username/icon, they're redirected to my application's profile page as opposed to NodeBB's?
Formatting Bug in User Login Screen
-
I am using latest version of node BB
Please suggest in which file of code I can edit this string.. -
You can find it in the theme you are using. The file is called login.tpl. For example for persona its here. https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/login.tpl#L15
The server sends in the value depending on what the ACP setting is set to. If you only allow login by username that value changes to
Username
etc.