| ||||||||||||
![]() |
| Notices |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
(#1)
|
| Senior Member Posts: 5,762 Join Date: Jun 2005 Location: Cumbria, UK | Limit Windows Application Use to Specific Users -
01-02-2008, 02:53 PM
Open /winnapp/index.php and find :- Code: $staffid = $staffauth->authenticate(urldecode($_REQUEST["username"]), strtolower($_REQUEST["password"]), false, false); Code: $listofauthorizedusers = array('username1','username2');
if (!in_array($_REQUEST["username"], $listofauthorizedusers)) {
die('You are not authorized to use the windows application.');
}
Icon Headquarters - Its Elixir - Web2Messenger |
| | |
![]() |
| Tags |
| application, limit, specific, windows |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Free Limit Windows Application Login to Specific IPs | craigbrass | Modifications & Addon Releases | 9 | 29-07-2008 10:29 AM |
| Limit staff from connecting using the Desktop Application | Thijs | LiveResponse Desktop Application | 12 | 01-02-2008 11:32 PM |
| Alerts to Specific Users | bwong@patton.com | How do I? | 0 | 19-04-2007 09:09 PM |
| Limit number of staff users | Cipnet | SupportSuite, eSupport and LiveResponse | 0 | 24-10-2006 11:10 PM |