Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

stripping of @ from username if use email address

8 years 1 month ago
  • Susan's Avatar
    Topic Author
  • Susan
  • Offline
  • Fresh Boarder
  • Posts: 69
  • Thank you received: 20
Licenses:
JomSocial Expired AdAgency Expired iSEO Expired Socialize Expired

ISSUE SUMMARY:
We instruct our users to put their email address as their username, as we find that too many forget usernames.
Since we upgraded to 4.1.6 we have discovered that if the user edits their profile, when they save, the @ is stripped from the username.
Obviously this means that they can't login using their email address as username.
Has something changed? Do you why '@' is being stripped?
This has happened to 2 people (including me)


STEPS TO REPLICATE:
1 register with email address as username
2 edit profile and save
3
4
5
RESULT @ is disappearing from the username
EXPECTED RESULT email address should be a possible username.
BROWSER

8 years 1 month ago
Licenses:

Hi, Susan.

I'm sorry but I can't replicate this on my test site: i.imgur.com/h4PzzuV.png
Where I can test this on your?


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
8 years 1 month ago
  • Susan's Avatar
    Topic Author
  • Susan
  • Offline
  • Fresh Boarder
  • Posts: 69
  • Thank you received: 20
Licenses:
JomSocial Expired AdAgency Expired iSEO Expired Socialize Expired

I edited the first post with some login details

8 years 1 month ago
Licenses:

Hi, Susan.

Still can't replicate this: i.imgur.com/5sAy7uE.png
I use FireFox.
On what browser did you tested this?


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
8 years 1 month ago
  • Susan's Avatar
    Topic Author
  • Susan
  • Offline
  • Fresh Boarder
  • Posts: 69
  • Thank you received: 20
Licenses:
JomSocial Expired AdAgency Expired iSEO Expired Socialize Expired



I have just tested this on google chrome. When I changed Rebecca's user name to This email address is being protected from spambots. You need JavaScript enabled to view it. it was saved as rebecca2xxx.com

Attachments:
8 years 1 month ago
  • Susan's Avatar
    Topic Author
  • Susan
  • Offline
  • Fresh Boarder
  • Posts: 69
  • Thank you received: 20
Licenses:
JomSocial Expired AdAgency Expired iSEO Expired Socialize Expired

Michal,

There is definitely an issue. What we have found is that this can be fixed by....

in /components/com_community/controllers/profile.php

from line 790 onwards:

//if joomla settings allow change login name
if(JComponentHelper::getParams('com_users')->get('change_login_name')){
$username = $jinput->get('username');
}

change to:

//if joomla settings allow change login name
if(JComponentHelper::getParams('com_users')->get('change_login_name')){
$username = $jinput->get('username','','STRING');
}

However, we have not tested that this will not cause any other problems, so Jomsocial should test it.

8 years 4 weeks ago
Licenses:

Hi, Susan.

Aha! This issue apply ONLY to Chrome!
I report this to our developers.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Susan
8 years 2 weeks ago
  • Susan's Avatar
    Topic Author
  • Susan
  • Offline
  • Fresh Boarder
  • Posts: 69
  • Thank you received: 20
Licenses:
JomSocial Expired AdAgency Expired iSEO Expired Socialize Expired

This applies to Firefox too.....

7 years 11 months ago
  • Susan's Avatar
    Topic Author
  • Susan
  • Offline
  • Fresh Boarder
  • Posts: 69
  • Thank you received: 20
Licenses:
JomSocial Expired AdAgency Expired iSEO Expired Socialize Expired

Hi, Is there any progress on this? When our users save their profile their login details are getting corrupted! Not an ideal way of welcoming people to our site!

Thanks

7 years 11 months ago
Licenses:

Hi, Susan.

I see that report is still on Alex's list...
I'll update you if patch will be ready...
Issue may be complicated than is seems...


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
7 years 11 months ago
Licenses:

Hi, Susan.

Please, make safe copy of this file:

ROOT/components/com_community/controllers/profile.php

Then replace original with patched file from package.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you

This message has an attachment file.
Please log in or register to see it.

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW