FrontEndUsers username as email problem

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
kembl
Forum Members
Forum Members
Posts: 16
Joined: Wed Feb 22, 2012 9:13 pm

FrontEndUsers username as email problem

Post by kembl »

Hello, developers!

I have strange problem with FrontEndUsers module when users have email as username. ???

When I edit some prperty of FrontEnd user from FrontEndUsers interface, the symbol "@" in they name became %40 in database field and user cannot login to system :)

I am not too often change users details but every time needs to came in to database and correct broken names with replace request, but this is not too good workaround. ;D

Code: Select all

UPDATE `cms_module_feusers_users` SET `username` = REPLACE(`username`, '%40', '@')
User avatar
kembl
Forum Members
Forum Members
Posts: 16
Joined: Wed Feb 22, 2012 9:13 pm

Re: FrontEndUsers username as email problem

Post by kembl »

Hello all, just come to log that small problem still not solved :)

FrontEndUsers 1.21.18
1.11.9 "Bartolome"
PHP Version 5.4.20

Bugtrack: http://dev.cmsmadesimple.org/bug/view/9591
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Location: Maidenhead, UK
Contact:

Re: FrontEndUsers username as email problem

Post by paulbaker »

I tried this and my usernames keep their @ when I edit them. So perhaps it's something different about your setup (as Calguy said in your bug report).

Here's my system info. What's yours?

----------------------------------------------
Cms Version: 1.11.9
Installed Modules:
CMSMailer: 5.2.2
FileManager: 1.4.3
MenuManager: 1.8.6
ModuleManager: 1.5.5
News: 2.13
Printing: 1.1.2
Search: 1.7.11
ThemeManager: 1.1.8
TinyMCE: 2.9.12
CGExtensions: 1.37.2
FrontEndUsers: 1.21.18
CustomContent: 1.9
SelfRegistration: 1.8.1
CGSimpleSmarty: 1.7
jQuery: 1.2.0
JQueryTools: 1.2.5
Statistics: 1.1.3
avplayer: 1.3.2
CGCalendar: 1.10.4
CMSPrinting: 1.0.5
MicroTiny: 1.2.5

Config Information:
php_memory_limit:
process_whole_template:
max_upload_size: 32000000
url_rewriting:
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true

Php Information:
phpversion: 5.3.24
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 128M
max_execution_time: 120
output_buffering: 4096
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 8M
upload_max_filesize: 32M
session_save_path: /tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)

Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.1.70
Server Db Grants: Could not find a suitable "GRANT ALL" permission. This may mean you could have problems installing or removing modules. Or even adding and deleting items, including pages
Server Time Diff: No filesystem time difference found

----------------------------------------------
User avatar
kembl
Forum Members
Forum Members
Posts: 16
Joined: Wed Feb 22, 2012 9:13 pm

Re: FrontEndUsers username as email problem

Post by kembl »

Hello, Paul!

Thx for your config in most parts it is like mine. I have no idea how config can affect to situation with symbol @, I will try to debug code and will post results.

Any way my very simple config:

CMS Install Information
CMS Version 1.11.9

Installed Modules
CMSMailer 5.2.2
CMSPrinting 1.0.5
FileManager 1.4.3
MicroTiny 1.2.5
ModuleManager 1.5.5
CGExtensions 1.37.2
FrontEndUsers 1.21.18
SelfRegistration 1.8.1
jQuery 1.2.0
Search 1.7.11
CustomContent 1.9
MenuManager 1.8.6
News 2.13
ThemeManager 1.1.8

CMS Config Settings
php_memory_limit
process_whole_template
max_upload_size 25000000
url_rewriting mod_rewrite
page_extension .html
query_var page
image_manipulation_prog GD
auto_alias_content true
locale
default_encoding utf-8
admin_encoding utf-8
set_names true
debug false
timezone Europe/Moscow
set_names true
set_names

PHP Information

Current PHP Version (phpversion) Success 5.4.20
md5 function (md5_function) Success On (True)
GD version (gd_version) Success 2
tempnam function (tempnam_function) Success On (True)
Magic quotes in runtime (magic_quotes_runtime) Success Off (False)
Is E_STRICT disabled in error_reporting (E_STRICT) Caution E_STRICT is enabled in the error_reporting
Is E_DEPRECATED disabled in error_reporting (E_DEPRECATED) Caution E_DEPRECATED is enabled
PHP Effective Memory Limit (memory_limit) Success 128M
Maximum Execution Time (max_execution_time) Success 180
PHP output_buffering (output_buffering) Success 4096
PHP Safe Mode (safe_mode) Success Off (False)
File uploads (file_uploads) Success On (True)
Maximum Post Size (post_max_size) Success 20M
Maximum Upload Size (upload_max_filesize) Success 25M
Session Save Path (session_save_path) Success /var/lib/php/session (0775)
Sessions are allowed to use Cookies (session_use_cookies) Success On (True)
Basic XML (expat) support (xml_function) Success On (True)
Checking for the XMLReader class (xmlreader_class) Success On (True)
Checking if the httpd process can create a file inside of a directory it created (create_dir_and_file) Success
PHP register_globals (register_globals) Success Off (False)
disable_functions in PHP (disable_functions) Success
PHP Open Basedir (open_basedir) Success
Test for remote URL (test_remote_url) Success
fsockopen: Connection ok! Success
fopen: Connection ok! Success
Test ini_set (check_ini_set) Success On (True)
Test for the curl library (curl) Success On
Test curl version (curlversion) Caution Test Curl Version version 7.15.5, minimum recommended version is 7.19.7
Post Reply

Return to “Modules/Add-Ons”