Hey Community.
When you are using the facebook-login the username will automaticly the same as the email-adress. Is it possible to change the username ONCE A TIME, when a member has used the facebook-login ?
Greetinxx
Kighlander
Ahh. Let me see what I can do with that. I don't have a problem allowing people to change usernames. I just have to make something quick to double check that the username is not taken. I'll work on that.
And, I forgot, there is one thing, what is unusual.
On my site I use recaptcha, BUT while login recaptcha is not nessesary.
Deleting the lines does not work, how is it implemented ?
That gives me the idea that maybe I should make a feature, change username, enabled, disabled, or once. Same for recaptcha. Enabled for signup, login or both. Interesting. Let me think through that.
For the recaptcha part, I made the option to have it enabled, disabled, or join only.
I created a way where usernames can be changed always or just once. This is coming out in version 4.2.1 today. I also made the echouser function dynamic so you can chose to show their names in multiple formats.
Hello !
I just updated my project to the newest version of US.
First, the option with reCaptcha works fine, but two other things are working not like they should.
Changing the diesplayed username (once or enabled) does not work.
And the redirect after a login (normal or with facebook, set in the dashboard) does not redirect to the location I entered there...
I should probably explain that changing the echosuer setting does work, but echouser has not been implemented throughout the code. It's just for your own use right now. I'll probably push it out to things like the header/account pages soon.
If your redirect after login isn't working in the dashboard (I need to check that), put where you want to redirect to in the usersc/scripts/custom_login_script.php and see if that works. All you have to do is put
Redirect::to('myredirectlocation'); obviously putting your redirect location in there.
I think what's going on is that Facebook and google do their own redirect that overrides ours.