<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>System Admin Account LockOut</title><link>https://community.appian.com/discussions/f/administration/12063/system-admin-account-lockout</link><description>Is there a way to reset the system admin password without having access to the admin console? Our sys admin password for a dev environment has been lost and we need to access the environment using the suite/portal/login.jsp page. Unfortunately there&amp;#39;s</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: System Admin Account LockOut</title><link>https://community.appian.com/thread/60461?ContentTypeID=1</link><pubDate>Wed, 19 Sep 2018 16:26:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4a38ed52-2b9e-48ac-9eef-e8827a9c8ce5</guid><dc:creator>Robert Shankin</dc:creator><description>I&amp;#39;m looking for the docs on this...&lt;br /&gt;
If I recall correctly, this script only works if there&amp;#39;s one and only one system administrator on the system (not including &amp;quot;Administrator&amp;quot;).&lt;br /&gt;
If you only have the one sysadmin, this should work.&lt;br /&gt;
When I did it, I also included the properties:&lt;br /&gt;
conf.password.ADMIN_FIRST_NAME=&lt;br /&gt;
&amp;amp;&lt;br /&gt;
conf.password.ADMIN_LAST_NAME=&lt;br /&gt;
/&lt;br /&gt;
Suggest you don&amp;#39;t leave those out.&lt;br /&gt;
&lt;br /&gt;
Again, &lt;br /&gt;
Support is prepared to assist you with a solution if you open a ticket.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System Admin Account LockOut</title><link>https://community.appian.com/thread/60459?ContentTypeID=1</link><pubDate>Wed, 19 Sep 2018 13:51:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e88c64e3-8f55-43cb-85f2-4340356cca90</guid><dc:creator>aswinb608</dc:creator><description>As I mentioned in my initial post. Set the following settings in passwords.properties file and rerun jboss&lt;br /&gt;
&lt;br /&gt;
conf.password.ADMIN_USERNAME=your_user_name&lt;br /&gt;
conf.password.ADMIN_EMAIL=your_email&lt;br /&gt;
conf.password.ADMIN_TEMPORARY_PASSWORD=xxxxx(supply a temporary password...which you can again change when you try to login first)..&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System Admin Account LockOut</title><link>https://community.appian.com/thread/60458?ContentTypeID=1</link><pubDate>Wed, 19 Sep 2018 13:28:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:615215e1-ac18-4864-9d9c-135b39fdc41a</guid><dc:creator>chandu</dc:creator><description>How did  you resolve this issue, Suppose if all the admin users have forgot the password and server isn&amp;#39;t configured to SMTP how can we resolve this issue?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System Admin Account LockOut</title><link>https://community.appian.com/thread/53445?ContentTypeID=1</link><pubDate>Mon, 19 Mar 2018 14:45:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f3c441b3-021b-4c76-ab42-bf80c4bbc4ee</guid><dc:creator>Eliot Gerson</dc:creator><description>You should not be manually altering the primary database. If there&amp;#39;s a situation that you&amp;#39;re unsure how to resolve, the best course of action is to create a support case. While I appreciate the spirit behind the suggestion, &amp;quot;just trying things&amp;quot; can end up further complicating the problem and prolonging the resolution.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System Admin Account LockOut</title><link>https://community.appian.com/thread/53437?ContentTypeID=1</link><pubDate>Mon, 19 Mar 2018 13:52:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b18fb9c1-678e-4b49-aa62-d18fe5d7a1c0</guid><dc:creator>aswinb608</dc:creator><description>Another thing to try out is this:&lt;br /&gt;
&lt;br /&gt;
in the primary database, update the USR table with the same value from scs_key_salt value for another account whose password you know. &lt;br /&gt;
Again this is just a suggestion and not as per best practices...but worth trying out..&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System Admin Account LockOut</title><link>https://community.appian.com/thread/53433?ContentTypeID=1</link><pubDate>Mon, 19 Mar 2018 13:35:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bcf4845b-9813-4e0a-a1dd-4effbef4a462</guid><dc:creator>aswinb608</dc:creator><description>try doing it through two ways shown below....its just a suggestion...may work or may not..&lt;br /&gt;
1. Create a process with Reset password smart service and put in the username of the account as &amp;quot;Administrator&amp;quot;. and then put in new password and run the process.&lt;br /&gt;
2. If option 1 doesn&amp;#39;t work...try adding password.properties file with the following options:&lt;br /&gt;
conf.password.ADMIN_USERNAME=Administrator&lt;br /&gt;
conf.password.ADMIN_EMAIL=Administrator&lt;br /&gt;
conf.password.ADMIN_TEMPORARY_PASSWORD=xxxxx(supply a temporary password...which you can again change when you try to login first)..&lt;br /&gt;
&lt;br /&gt;
Just a suggestion....worth trying out..&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System Admin Account LockOut</title><link>https://community.appian.com/thread/53412?ContentTypeID=1</link><pubDate>Sun, 18 Mar 2018 14:08:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8848dfaf-0d96-4270-bbb8-51931d9e8be3</guid><dc:creator>ericg329</dc:creator><description>If you haven&amp;#39;t done so already, open a support case. An engineer can assist you with the issue.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>