Cannot change user slug
-
I have to rename a user but after doing that, their posts under the old name still shows up and the username still shows the old user.
Is there a way to fix this?Ok but either way, I can't customize this page that will get overwritten so how can I get this to work? More importantly, why is it not working since it worked before the domain name change.
-
Ok but either way, I can't customize this page that will get overwritten so how can I get this to work? More importantly, why is it not working since it worked before the domain name change.
NodeHam regarding the user name change, are you sure it worked? Can you access the user via their new username?
-
Yes, I can log in and out, post as the renamed user.
-
Yes, I can log in and out, post as the renamed user.
NodeHam sounds like a varnish cache issue...
-
Could be, if I had a cache installed but I don't. I cleared nodebb cache as well but the problem persists. Right now, the only way this works is with the edited file which I'd like to restore.
-
Does anyone have any other thoughts? It's been using an edited file to solve this and I prefer not to do that and to solve this before there is another nodebb update.
-
Does anyone have any other thoughts? It's been using an edited file to solve this and I prefer not to do that and to solve this before there is another nodebb update.
NodeHam this is not related to a remote user account, right? But a local account?
-
To be safe, what you do mean by remote user account? It's a user on nodebb itself so I suppose that means local.
-
To be safe, what you do mean by remote user account? It's a user on nodebb itself so I suppose that means local.
NodeHam yes, a remote account would be an account on another NodeBB forum, for example, reached via federation.
So you're able to access both user pages? What happens when you type
ajaxify.data
into the browser dev console on both pages? -
Got it, no federation at all, single site on its own.
I'm not terribly concerned about the slug at this point. The email logo was fixed by editing the file and that's what I'm mainly nervous about.
ajaxify.data
{uid: 49, username: 'HelpSupport', userslug: 'helpsupport', email: '[email protected]', email:confirmed: true, …} -
Got it, no federation at all, single site on its own.
I'm not terribly concerned about the slug at this point. The email logo was fixed by editing the file and that's what I'm mainly nervous about.
ajaxify.data
{uid: 49, username: 'HelpSupport', userslug: 'helpsupport', email: '[email protected]', email:confirmed: true, …}NodeHam thanks, and what about at the new url?
-
Sorry, are we talking about the image or the user now?
The image url is correct but emails do not have that, they have the old url without the edited file.
It's like something got 'stuck' for lack of better word. -
Sorry, are we talking about the image or the user now?
The image url is correct but emails do not have that, they have the old url without the edited file.
It's like something got 'stuck' for lack of better word.NodeHam any chance we can see this site?