﻿<?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  » Security Maintenance User</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 13:39:38 GMT</lastBuildDate><ttl>20</ttl><item><title>Security Maintenance User</title><link>http://forum.strataframe.net/FindPost3720.aspx</link><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080"&gt;I’m getting an ‘Access Denied’ error message when trying to login to&amp;nbsp;my application using the built in security maintenance user account. Is there any additional configuration required beyond setting up the user name and password in AppMain? &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080"&gt;The administrator user works fine.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: #1f5080"&gt;-Larry &lt;/SPAN&gt;</description><pubDate>Fri, 20 Oct 2006 22:17:06 GMT</pubDate><dc:creator>Larry Caylor</dc:creator></item><item><title>RE: Security Maintenance User</title><link>http://forum.strataframe.net/FindPost3745.aspx</link><description>[quote]&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;Is there a way to assign permissions or roles to the built in security maintenance user?&lt;/SPAN&gt;[/quote]&lt;/P&gt;&lt;P&gt;No.&amp;nbsp; This user is designed to just allow security users, etc. to be setup while maintaining the applications overall security.&lt;/P&gt;&lt;P&gt;[quote]If that user only has access to the security dialog, how do you provide a means to navigate to the application menu that launches the dialog? [/quote]&lt;/P&gt;&lt;P&gt;The menu item itself does not have to be assigned a permission.&amp;nbsp; When you call the SecurityDialog form this user will be granted permission.&lt;/P&gt;&lt;P&gt;[quote]Is this a situation where you would use a ‘gateway’ form?&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;[/quote]&lt;/P&gt;&lt;P&gt;This is definitely another option.</description><pubDate>Fri, 20 Oct 2006 22:17:06 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Security Maintenance User</title><link>http://forum.strataframe.net/FindPost3734.aspx</link><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;I downloaded the latest security documentation and it’s much better than the version that I had been working with, but I’m still not clear one (and more likely more;)) thing.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;Is there a way to assign permissions or roles to the built in security maintenance user? &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;If that user only has access to the security dialog, how do you provide a means to navigate to the application menu that launches the dialog? Is this a situation where you would use a ‘gateway’ form?&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;-Larry&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;</description><pubDate>Fri, 20 Oct 2006 16:22:18 GMT</pubDate><dc:creator>Larry Caylor</dc:creator></item><item><title>RE: Security Maintenance User</title><link>http://forum.strataframe.net/FindPost3731.aspx</link><description>The problem you are having is that the user does not explicitly have the permission to the form and your DefaultPermissionInfo property is set to Deny by default.&amp;nbsp; In your InitApplication() method you can define your DefaultPermissionInfo to grant by default if you prefer.&amp;nbsp; It would look something like this:&lt;/P&gt;&lt;P&gt;SecurityBasics.DefaultPermissionInfo = &lt;SPAN class=Keywords&gt;New&lt;/SPAN&gt; PermissionInfo(PermissionAction.Grant, _&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class=Strings&gt;"Access Denied."&lt;/SPAN&gt;, DeniedActions.Message)&lt;/P&gt;&lt;P&gt;You can get more information in the docs under the following section:&lt;/P&gt;&lt;P&gt;Creating a New Application with Security&lt;/P&gt;&lt;P&gt;Go to the very bottom and you will see the Specify Default Security Settings.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/aa83a56b-edea-4bdf-8fac-5355.jpg"&gt;</description><pubDate>Fri, 20 Oct 2006 14:57:07 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>