Jump to content

cpehydra

Clients
  • Posts

    12
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by cpehydra

  1. For now, can you post the fix? I am having tons of spam users register 🙂

    1 minute ago, Adriano Faria said:

    Fixed:

    HLfUncy.jpg

    I'm not sure why the invitation code is showing up in the last position. It should be below the confirm password field.

    Will try a bit more and then update it.

     

  2. 3 minutes ago, Adriano Faria said:

    Are you requiring invitation code (setting Require an invitation to register an account enabled) ?

    Yes

    I assume its because 
        $invite = \IPS\Db::i()->select( '*', 'invite_invites', array( 'invite_code=?', $val ) )->first();

    No null check or its not reaching the exception ?

  3. 1 minute ago, Adriano Faria said:

    WTF, true! Checking this.

    Yeah. I am trying to patch this in the registerScreen.php where you state the status of the code. Lmk if you have a easier fix. 

×
×
  • Create New...