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
UserSpice Stable (Standard?) and UserSpice Pro - 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: UserSpice Stable (Standard?) and UserSpice Pro (/showthread.php?tid=129)

Pages: 1 2 3


UserSpice Stable (Standard?) and UserSpice Pro - JamJar - 05-27-2016

Hello all,

Apologies for the delay in replying, I decided to finally migrate my PC to Windows10, but despite Microsofts assurances, it failed and rolled back - but at least my PC is still working! :-)

First off, Brian - no apologies, ok :-)

uspicef4n/mudmin, makes sense - my approach would be differ - I'm pretty sure it would work;

All users, admins or otherwise, will have the domain name attached to their user record etc, with the domain name being used as part of the authentication method - e.g. user or admin and correct domain means access to pages only on that domain?

thanks

Jamie


UserSpice Stable (Standard?) and UserSpice Pro - mudmin - 05-27-2016

That makes perfect sense to me. Tying to a domain is just as easy as a domain id in some ways, the only thing I'd consider with using the id itself is that you may want to consider that in my company, we have email addresses with 4 different domains even though we are technically the same organization.

Secondly, if you create something like a company table in the database, your first column would/should be an autoincremented id. These are EXTREMELY useful for linking other things together and userspice has tools built in to take advantage of ids that would get a little goofy if you tried to do some of the same things with arbitrary text.

Just a thought.

Carry on. We're here to help if you need it.