Kayako Logo
Style & Design Customizing the look and feel of your support desk? Share thoughts and request assistance here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
streagle Offline
Member
 
Posts: 34
Join Date: Aug 2007
Location: Bulgaria

SupportSuite
Owned License
How to ask credentials before showing index in user SC - 29-08-2007, 03:05 PM

In the staff and admin sections the loginform.tcl shows before everything else and asks for user & pass.
But in the User SC the user can see the index screen with widgets and so on, and on the side a login box.
How can I make the User SC to have the same login behavior as the Staff and Admin SCs?
   
Reply With Quote
  (#2) Old
craigbrass Offline
Senior Member
 
Posts: 4,986
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
29-08-2007, 03:08 PM

Staff CP -> Users -> Manage Groups -> Guest
allows you to specify no for each of the modules / sections. Once you do this, they will not be able to view them until they login.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#3) Old
streagle Offline
Member
 
Posts: 34
Join Date: Aug 2007
Location: Bulgaria

SupportSuite
Owned License
29-08-2007, 03:13 PM

It seems I don't have a guest Usergroup. I created one named "Guest" and denied all access. But still when I open index.php of the user SC I see all the widgets, and knoledgebase articles and so on..
   
Reply With Quote
  (#4) Old
streagle Offline
Member
 
Posts: 34
Join Date: Aug 2007
Location: Bulgaria

SupportSuite
Owned License
29-08-2007, 03:15 PM

As far as I can see only the View Tickets widget hides when you logoff and shows when you login. Except that the screen is identical if you login or logoff.
   
Reply With Quote
  (#5) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 4,341
Join Date: Jan 2006
Location: UK

SupportSuite
Owned License

29-08-2007, 03:16 PM

Hi there,

You might be looking in the wrong place, or you might have deleted the default Guest account (which I do not think you can do). Follow these screenshots:

1)



2)



3)


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#6) Old
streagle Offline
Member
 
Posts: 34
Join Date: Aug 2007
Location: Bulgaria

SupportSuite
Owned License
29-08-2007, 03:18 PM

Both "Guest" and "Registered" groups are missing ^^
It appears we have done the impossible.
   
Reply With Quote
  (#7) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 4,341
Join Date: Jan 2006
Location: UK

SupportSuite
Owned License

29-08-2007, 03:19 PM

Can you confirm you're looking at Manage Groups under the staff control panel and not under the admin control panel?


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#8) Old
streagle Offline
Member
 
Posts: 34
Join Date: Aug 2007
Location: Bulgaria

SupportSuite
Owned License
29-08-2007, 03:24 PM

Yes. It appears one of my colegues has deleted them probably from mysql interface.

I'm looking at /staff/index.php?_m=core&_a=manageusergroups&offset=0

Last edited by Jamie Edwards : 29-08-2007 at 03:27 PM.
   
Reply With Quote
  (#9) Old
craigbrass Offline
Senior Member
 
Posts: 4,986
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
29-08-2007, 03:26 PM

I am suprised the user frontend is still working without these user groups to be honest. You will need to readd these using the "Insert Group" link. Select first type as guest and next registered.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#10) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 4,341
Join Date: Jan 2006
Location: UK

SupportSuite
Owned License

29-08-2007, 03:26 PM

Ok, I am surprised you have it working at all!

Here are the missing entries you should re-add and edit:


Code:
INSERT INTO `swusergroups` VALUES (1, 'Guest', 'guest', 1, 0, 0);
INSERT INTO `swusergroups` VALUES (2, 'Registered', 'registered', 1, 0, 0);
INSERT INTO `swusergroupsettings` VALUES (145, 1, 'perm_canviewregister', '1');
INSERT INTO `swusergroupsettings` VALUES (146, 2, 'perm_canviewregister', '1');
INSERT INTO `swusergroupsettings` VALUES (148, 1, 'perm_canviewsubmitticket', '1');
INSERT INTO `swusergroupsettings` VALUES (149, 2, 'perm_canviewsubmitticket', '1');
INSERT INTO `swusergroupsettings` VALUES (151, 1, 'perm_cansubmitticket', '1');
INSERT INTO `swusergroupsettings` VALUES (152, 2, 'perm_cansubmitticket', '1');
INSERT INTO `swusergroupsettings` VALUES (154, 1, 'perm_sendautoresp', '1');
INSERT INTO `swusergroupsettings` VALUES (155, 2, 'perm_sendautoresp', '1');
INSERT INTO `swusergroupsettings` VALUES (157, 1, 'perm_canchangepriorities', '1');
INSERT INTO `swusergroupsettings` VALUES (158, 2, 'perm_canchangepriorities', '1');
INSERT INTO `swusergroupsettings` VALUES (160, 1, 'perm_canviewknowledgebase', '1');
INSERT INTO `swusergroupsettings` VALUES (161, 2, 'perm_canviewknowledgebase', '1');
INSERT INTO `swusergroupsettings` VALUES (163, 1, 'perm_canviewdownloads', '1');
INSERT INTO `swusergroupsettings` VALUES (164, 2, 'perm_canviewdownloads', '1');
INSERT INTO `swusergroupsettings` VALUES (166, 1, 'perm_canviewtroubleshooter', '1');
INSERT INTO `swusergroupsettings` VALUES (167, 2, 'perm_canviewtroubleshooter', '1');
INSERT INTO `swusergroupsettings` VALUES (169, 1, 'perm_canviewnews', '1');
INSERT INTO `swusergroupsettings` VALUES (170, 2, 'perm_canviewnews', '1');


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#11) Old
streagle Offline
Member
 
Posts: 34
Join Date: Aug 2007
Location: Bulgaria

SupportSuite
Owned License
30-08-2007, 08:34 AM

It is working because it appears he only deleted the rows from swusergroups.
And after I inserted the guest usergroup back it worked.
   
Reply With Quote
  (#12) Old
craigbrass Offline
Senior Member
 
Posts: 4,986
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
30-08-2007, 08:57 AM

So it is all sorted now?


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#13) Old
streagle Offline
Member
 
Posts: 34
Join Date: Aug 2007
Location: Bulgaria

SupportSuite
Owned License
30-08-2007, 10:52 AM

Well, no.
I managed to hide everything, but the project leader wants the login for the user section to be the same as the ones for staff and admin sections.
Any ideas on how that can be done?
   
Reply With Quote
  (#14) Old
craigbrass Offline
Senior Member
 
Posts: 4,986
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
30-08-2007, 10:53 AM

Well once you have disabled all the module links from showing, you could edit the templates to do this.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#15) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 4,341
Join Date: Jan 2006
Location: UK

SupportSuite
Owned License

30-08-2007, 10:54 AM

I suppose it could be done with a LoginShare module... but then all your support desk users would need staff accounts - and would thus be able to login to the staff control panel. Is this what you want?


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46