﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Role Based Security  » CurrentUserChanged</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 01:15:04 GMT</lastBuildDate><ttl>20</ttl><item><title>CurrentUserChanged</title><link>http://forum.strataframe.net/FindPost3410.aspx</link><description>I am handling this event to change some UI elements based on SecurityBasics.CurrentUser object. For example, changing the text on the status bar to show the currently logged on user. This works fine.&lt;/P&gt;&lt;P&gt;The problem I'm having is that the method GetPermission is returning the same action as the previously logged on user. Specifically, I have the menu item "Manage Security Options". I only want this menu item enabled if the user is assigned an Administrative role.&lt;/P&gt;&lt;P&gt;This works fine if I initially login with a user that doesn't have admin role assigned (the menu is disabled). However, if I initially login as admin, logout (using the session object), then log back in (as non admin user), the menu item remains enabled.&lt;/P&gt;&lt;P&gt;Stepping through the code indicates GetPermission is returning Grant for the new user, despite the user isn't assigned the admin role.&lt;/P&gt;&lt;P&gt;BTW...thanks for setting up the forum!</description><pubDate>Tue, 10 Oct 2006 09:03:51 GMT</pubDate><dc:creator>Kevin Lingofelter</dc:creator></item><item><title>RE: CurrentUserChanged</title><link>http://forum.strataframe.net/FindPost3439.aspx</link><description>Hehe, not a problem :)&amp;nbsp; I do that to myself quite often... I have several security projects going at the same time, and rather than deploying the data each time I want to debug, I just point my SecurityDataSourceKey to the StrataFrame database and use the development data... but the runtime has no notion of "security projects" so they all get mixed together and sometimes I don't realize that I have two users with the same username in two different projects and it grabs the wrong one :hehe:</description><pubDate>Tue, 10 Oct 2006 09:03:51 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: CurrentUserChanged</title><link>http://forum.strataframe.net/FindPost3414.aspx</link><description>Uhhg!!&lt;/P&gt;&lt;P&gt;I am really sorry. I have been working non-stop trying to get this project out the door and forgot that I had setup another user.&lt;/P&gt;&lt;P&gt;With all that you guys are doing, the last thing you need is a goose chase. Again, sorry for the misdirection.&lt;/P&gt;&lt;P&gt;More coffee...that's what I need...</description><pubDate>Mon, 09 Oct 2006 13:47:22 GMT</pubDate><dc:creator>Kevin Lingofelter</dc:creator></item><item><title>RE: CurrentUserChanged</title><link>http://forum.strataframe.net/FindPost3412.aspx</link><description>I was looking through the user changing code, and as far as I can tell, nothing is being saved from one user to the next... on your user without admin privilages, is the permission you are querying for the menu item denied to the user or not assigned to the user?&amp;nbsp; If it is explicitly denied, then I'll need to try and reproduce your scenario, but if it is just not assigned to the user, then the default permission (assigned through SecurityBasics.DefaultPermissionInfo property) should be returned.&amp;nbsp; So, if your default permission is Granted, then I'll need to look at why the menu option is initially disabled.</description><pubDate>Mon, 09 Oct 2006 13:36:30 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>