vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - Username Request (https://vborg.vbsupport.ru/showthread.php?t=149377)

King Kovifor 04-09-2008 11:53 PM

Run the following mysql query:

[sql]DROP TABLE `unreq`[/sql]

That should work.

Kalina 04-13-2008 03:07 AM

Just a suggestion, if possible, it would make it better if we could set a limit in the admin for how often a user can request a name change, I have some doing it weekly, I'd like a way to prevent it so I don't have to check and see if they requested already then explain why they can't.

Kiros72 04-13-2008 06:04 AM

I actually have a question of my own...

Does this modification check against the regular expression set in the User Registration Options? Because I have mine set to " ^[A-Z]{3,}[A-Z0-9 \.\-\_\']+$ " and I would like to make suggest (if it's not implemented) that username requests get rejected if they do not match the regular expression. An error message (with a custom phrase) to let the users know what went wrong would be very nice too!

Thanks!

King Kovifor 04-13-2008 03:48 PM

Quote:

Originally Posted by Kalina (Post 1489484)
Just a suggestion, if possible, it would make it better if we could set a limit in the admin for how often a user can request a name change, I have some doing it weekly, I'd like a way to prevent it so I don't have to check and see if they requested already then explain why they can't.

That is being implemented for the next version.

Quote:

Originally Posted by Kiros72 (Post 1489545)
I actually have a question of my own...

Does this modification check against the regular expression set in the User Registration Options? Because I have mine set to " ^[A-Z]{3,}[A-Z0-9 \.\-\_\']+$ " and I would like to make suggest (if it's not implemented) that username requests get rejected if they do not match the regular expression. An error message (with a custom phrase) to let the users know what went wrong would be very nice too!

Thanks!

That should be done. THe function I use is from vB and I think it is how they check new users against everything.

Dannyloski 04-24-2008 03:34 PM

Is this Hack affected by the Security Token added in the vB 3.6.10 Release? I'm making a list of all the Hacks I have installed and will stop working when I go ahead and upgrade, so that I know which need to be edited and fixed. Please let me know ... Thanks ...

DssCrazy 04-24-2008 07:46 PM

Quote:

Originally Posted by King Kovifor (Post 1489773)
That is being implemented for the next version.



That should be done. THe function I use is from vB and I think it is how they check new users against everything.

When will the new Release be here?

Spinball 04-24-2008 08:31 PM

Quote:

Originally Posted by Kalina (Post 1489484)
Just a suggestion, if possible, it would make it better if we could set a limit in the admin for how often a user can request a name change, I have some doing it weekly, I'd like a way to prevent it so I don't have to check and see if they requested already then explain why they can't.

Yeah, we had to infract someone for makeing about 10 requests in a week.

King Kovifor 04-24-2008 08:44 PM

Quote:

Originally Posted by Dannyloski (Post 1498268)
Is this Hack affected by the Security Token added in the vB 3.6.10 Release? I'm making a list of all the Hacks I have installed and will stop working when I go ahead and upgrade, so that I know which need to be edited and fixed. Please let me know ... Thanks ...

Most likely. I haven't had time to confirm since I have 3.7.x installed. I will see about giving an update.

Quote:

Originally Posted by DssCrazy (Post 1498500)
When will the new Release be here?

If it is affected by the CSRF flaw I will release one by the end of this week. The next major is being restarted cause I have no idea what I was doing and is going to be for 3.7.0

Quote:

Originally Posted by Spinball (Post 1498540)
Yeah, we had to infract someone for makeing about 10 requests in a week.

Yeah. I had that feature working but will get it working again.

Dannyloski 04-24-2008 09:02 PM

King Kovifor, yeah I can confirm that it is in fact affected by the new Security Token on 3.6.10 and 3.7.0 RC4 ... Its a really easy fix though (see below) ...

In the modifyusername template FIND:
Code:

<form action="profile.php?do=submitrequest" method="post">

BELOW that line add:
Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

That's it! I did that and now its working like a charm again. So for those who need this Quick Fix until the New Version is released, there it is ...

King Kovifor 04-24-2008 09:36 PM

Quote:

Originally Posted by Dannyloski (Post 1498562)
King Kovifor, yeah I can confirm that it is in fact affected by the new Security Token on 3.6.10 and 3.7.0 RC4 ... Its a really easy fix though (see below) ...

In the modifyusername template FIND:
Code:

<form action="profile.php?do=submitrequest" method="post">

BELOW that line add:
Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

That's it! I did that and now its working like a charm again. So for those who need this Quick Fix until the New Version is released, there it is ...

Thanks. I should release a 1.0.9 including this fix later tonight (I assumed this would be affected but couldn't test it).


All times are GMT. The time now is 10:27 AM.

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.01683 seconds
  • Memory Usage 1,751KB
  • 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
  • (4)bbcode_code_printable
  • (8)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