vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - ajaxReg - Ajax Registration, with instant field checking (https://vborg.vbsupport.ru/showthread.php?t=144869)

Coders Shack 06-05-2007 01:32 AM

ok quotes fixed for email, no longer contains return error.

also for all these small fixes all you need to do is replace your 3.0.7 register.js with the updated one.

Mark.B 06-06-2007 08:18 PM

Update is good, however I have one concern.

When you try and use an email address that's already in use, it tells you which username is using it.

This has major privacy concerns. It just needs to say it is in use, not who is using it.

b6gm6n 06-06-2007 08:57 PM

Quote:

Originally Posted by Mark.B (Post 1262715)
Update is good, however I have one concern.

When you try and use an email address that's already in use, it tells you which username is using it.

This has major privacy concerns. It just needs to say it is in use, not who is using it.

Yes i thought the same thing!

Coders Shack 06-06-2007 10:19 PM

Quote:

Originally Posted by Mark.B (Post 1262715)
Update is good, however I have one concern.

When you try and use an email address that's already in use, it tells you which username is using it.

This has major privacy concerns. It just needs to say it is in use, not who is using it.

not really...

lets say your already a member but don't know your username, and try to register again it will remind you.

Plus someone would already have to know your email address to find out your username, and im pretty sure that if they owned that email they could just recover the password to get the login info.

YLP1 06-07-2007 02:41 PM

I love this add on but am experiencing an issue with the username check. For instance, one member tried to register using the word Phoenix and received an error that this name contains a banned phrase.

When I was made aware of this, I attempted to register the member name of Phoenix and got the same error. But I went one step further and tried to register a name that was in my bad word filter list and on banned member name list within the ACP.... that word was allowed to be registered.

My question is: What controls the banned word phrase and how is it adjusted to remove ok words?


Edited to add: I can register the membername of phoenix but not Phoenix (the difference being the capital P).

Robi_Kenobi 06-07-2007 06:51 PM

HI,

*installed* great mod.

But registration ist not possible with an email adress that contains a dot

aaa.bbb@ccc.com

It always says email doesnt match

Mark.B 06-07-2007 07:29 PM

Quote:

Originally Posted by Coders Shack (Post 1262765)
not really...

lets say your already a member but don't know your username, and try to register again it will remind you.

Plus someone would already have to know your email address to find out your username, and im pretty sure that if they owned that email they could just recover the password to get the login info.

Sorry I disagree. It's a privacy issue. I have managed to edit the file to remove that bit. I would get shot by my members if we allowed someone who knew someone's email address to track what username they were using...it contravenes many sites' sign up terms that state emails and their associated data are kept private.

YLP1 06-07-2007 07:34 PM

Quote:

Originally Posted by Mark.B (Post 1263547)
Sorry I disagree. It's a privacy issue. I have managed to edit the file to remove that bit. I would get shot by my members if we allowed someone who knew someone's email address to track what username they were using...it contravenes many site's sign up terms that state emails and their associated data are kept private.

I need to do that too but have not been able to edit that out successfuly. Any chance you can post what you took out to achieve this?

Thanks in advance.

Mark.B 06-07-2007 07:56 PM

Quote:

Originally Posted by YLP1 (Post 1263557)
I need to do that too but have not been able to edit that out successfuly. Any chance you can post what you took out to achieve this?

Thanks in advance.

In the file clientscript/register.js

Find:
Code:

LoginStatus('email_1','email_1_status',null,'0', results[0] + ajaxreg_name_inuse + ' by ' + results[1]);
Replace with:
Code:

LoginStatus('email_1','email_1_status',null,'0', results[0] + ajaxreg_name_inuse);
That should do it. It's perfect with that bit taken out.

Mupetz 06-07-2007 09:19 PM

Thanks for the update


All times are GMT. The time now is 06:42 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01530 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete