The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
Status Update 028 - Progress - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: Status Update 028 - Progress (/showthread.php?tid=775)

Pages: 1 2 3 4 5 6 7 8


Status Update 028 - Progress - mudmin - 10-07-2017

I wouldn't trust session id very much either. Let's think about that. The good thing is that it doesn't prevent 4.3 from being released.

Oh, you're talking active/inactive for individual menu links? That can be either/both.

Are we also offering a toggle for db menus vs html menus?


Status Update 028 - Progress - Brandin - 10-07-2017

Oops I thought you were talking about that - I read the post wrong.

I think I added it already...pretty sure...the setting is in the DB...it should be on the admin page too???


Status Update 028 - Progress - mudmin - 10-07-2017

Oh. Awesome. I hadn't noticed. Sweet.


Status Update 028 - Progress - mudmin - 10-07-2017

I also wonder if we should only check for whitelisted/blacklisted ips on certain pages. It seems a bit overkill to do it on every single page view. Maybe just the login/join/password reset stuff?


Status Update 028 - Progress - Brandin - 10-07-2017

Sounds good to me!


Status Update 028 - Progress - karsen - 10-07-2017

Ajax is actually pretty easy, I'll see if I can whip up the username check here in a few minutes.

As for the password strength check, it's almost plug and go if I remember right. I'll look at that too.


Status Update 028 - Progress - karsen - 10-07-2017

join.php is throwing this error but I can't track down the error today:
Code:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP;
Code:
ReCaptcha has a deprecated constructor in ... on line 38



Status Update 028 - Progress - karsen - 10-07-2017

I've committed a username check. If you guys like it we can add it to the manual user creation as well.


Status Update 028 - Progress - Brandin - 10-07-2017

I merged everything and will take a look.


Status Update 028 - Progress - Brandin - 10-07-2017

When you remove the data in the username field it goes to "Unable to check"...we should just remove the message if the field is empty. We should also add this for email. And I would like to deploy this to admin_users.php for the manual add please.

The glogin select is messed up. It always says enabled. I committed a change for this.

What are we doing about more graceful token fails? Do you want this in 43 or is this US5?

Should we turn message notifications on by default? Or off? Do users setup their email settings during setup? If we enable it by default we could run into issues with email failures.

I committed a change to add the manage navigation button to admin.php.

Also: the Help menu in the DB-driven nav is set to logged in only, set this to no, we don't want logged in users to see it, and don't want guests to not have this menu. You also need to add forgot password to this menu.