<?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/"><channel><title>KB-1100 Users are redirected to the login page with a URL that contains "suite/personalization/setpassword.none" and nobody can successfully log in to the site</title><link>https://community.appian.com/support/w/kb/323/kb-1100-users-are-redirected-to-the-login-page-with-a-url-that-contains-suite-personalization-setpassword-none-and-nobody-can-successfully-log-in-to-the-site</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1100 Users are redirected to the login page with a URL that contains "suite/personalization/setpassword.none" and nobody can successfully log in to the site</title><link>https://community.appian.com/support/w/kb/323/kb-1100-users-are-redirected-to-the-login-page-with-a-url-that-contains-suite-personalization-setpassword-none-and-nobody-can-successfully-log-in-to-the-site</link><pubDate>Fri, 07 Sep 2018 20:30:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d4e52c1e-0153-47e4-bf9b-8f6d46327b32</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/323/kb-1100-users-are-redirected-to-the-login-page-with-a-url-that-contains-suite-personalization-setpassword-none-and-nobody-can-successfully-log-in-to-the-site#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 9/7/2018 8:30:14 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;After starting the application server successfully, attempting to log into the environment using http will refresh the page with no error messages. This occurs regardless of whether the correct credentials were entered.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;If this is the first time accessing the environment or you are logging in after resetting your password, the redirect&amp;nbsp;to the change password screen at&amp;nbsp;&lt;code&gt;&amp;lt;SERVER_AND_PORT&amp;gt;/suite/personalization/setpassword.none&lt;/code&gt;&amp;nbsp;is expected behavior.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;By default, session cookies are marked as &amp;quot;secure&amp;quot; and &amp;quot;httpOnly&amp;quot; for JBoss. Therefore, the default configuration is adapted to sites using https.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Per&amp;nbsp;the &lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#Configure_Your_Site_URL"&gt;Post-Install Configurations&lt;/a&gt;, you will also need to adjust these defaults by removing the following lines from the &lt;code&gt;session-config&lt;/code&gt; element in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/web.war/WEB-INF/web.xml&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;cookie-config&amp;gt;
    &amp;lt;http-only&amp;gt;true&amp;lt;/http-only&amp;gt;
    &amp;lt;secure&amp;gt;true&amp;lt;/secure&amp;gt;
&amp;lt;/cookie-config&amp;gt;
&amp;lt;tracking-mode&amp;gt;COOKIE&amp;lt;/tracking-mode&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you are running an application server other than JBoss, you must consult the documentation provided by the application server vendor for how to configure a web application to use secure, HTTP-only, cookies and adjust &lt;strong&gt;web.xml&lt;/strong&gt; accordingly.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian from Appian 7.11 to Appian 18.1.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, installation&lt;/div&gt;
</description></item><item><title>KB-1100 Users are redirected to the login page with a URL that contains "suite/personalization/setpassword.none" and nobody can successfully log in to the site</title><link>https://community.appian.com/support/w/kb/323/kb-1100-users-are-redirected-to-the-login-page-with-a-url-that-contains-suite-personalization-setpassword-none-and-nobody-can-successfully-log-in-to-the-site/revision/3</link><pubDate>Fri, 07 Sep 2018 20:29:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d4e52c1e-0153-47e4-bf9b-8f6d46327b32</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/323/kb-1100-users-are-redirected-to-the-login-page-with-a-url-that-contains-suite-personalization-setpassword-none-and-nobody-can-successfully-log-in-to-the-site#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Parmida Borhani on 9/7/2018 8:29:31 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;After starting the application server successfully, attempting to log into the environment using http will refresh the page with no error messages. This occurs regardless of whether the correct credentials were entered.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;If this is the first time accessing the environment or you are logging in after resetting your password, the redirect&amp;nbsp;to the change password screen at&amp;nbsp;&lt;code&gt;&amp;lt;SERVER_AND_PORT&amp;gt;/suite/personalization/setpassword.none&lt;/code&gt;&amp;nbsp;is expected behavior.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;By default, session cookies are marked as &amp;quot;secure&amp;quot; and &amp;quot;httpOnly&amp;quot; for JBoss. Therefore, the default configuration is adapted to sites using https.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Per&amp;nbsp;the &lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#Configure_Your_Site_URL"&gt;Post-Install Configurations&lt;/a&gt;, you will also need to adjust these defaults by removing the following lines from the &lt;code&gt;session-config&lt;/code&gt; element in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/web.war/WEB-INF/web.xml&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;cookie-config&amp;gt;
    &amp;lt;http-only&amp;gt;true&amp;lt;/http-only&amp;gt;
    &amp;lt;secure&amp;gt;true&amp;lt;/secure&amp;gt;
&amp;lt;/cookie-config&amp;gt;
&amp;lt;tracking-mode&amp;gt;COOKIE&amp;lt;/tracking-mode&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you are running an application server other than JBoss, you must consult the documentation provided by the application server vendor for how to configure a web application to use secure, HTTP-only, cookies and adjust &lt;strong&gt;web.xml&lt;/strong&gt; accordingly.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian from Appian 7.11 to Appian 18.2.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, installation&lt;/div&gt;
</description></item><item><title>KB-1100 Users are redirected to the login page with a URL that contains "suite/personalization/setpassword.none" and nobody can successfully log in to the site</title><link>https://community.appian.com/support/w/kb/323/kb-1100-users-are-redirected-to-the-login-page-with-a-url-that-contains-suite-personalization-setpassword-none-and-nobody-can-successfully-log-in-to-the-site/revision/2</link><pubDate>Tue, 18 Jul 2017 08:58:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d4e52c1e-0153-47e4-bf9b-8f6d46327b32</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/323/kb-1100-users-are-redirected-to-the-login-page-with-a-url-that-contains-suite-personalization-setpassword-none-and-nobody-can-successfully-log-in-to-the-site#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Nick Vigilante on 7/18/2017 8:58:16 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;After starting the application server successfully, attempting to log into the environment using http will refresh the page with no error messages. This occurs regardless of whether the correct credentials were entered.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;If this is the first time accessing the environment or you are logging in after resetting your password, the redirect&amp;nbsp;to the change password screen at&amp;nbsp;&lt;code&gt;&amp;lt;SERVER_AND_PORT&amp;gt;/suite/personalization/setpassword.none&lt;/code&gt;&amp;nbsp;is expected behavior.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;By default, session cookies are marked as &amp;quot;secure&amp;quot; and &amp;quot;httpOnly&amp;quot; for JBoss. Therefore, the default configuration is adapted to sites using https.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Per&amp;nbsp;the &lt;a href="https://docs.appian.com/suite/help/latest/Post-Install_Configurations.html#Configure_Your_Site_URL"&gt;Post-Install Configurations&lt;/a&gt;, you will also need to adjust these defaults by removing the following lines from the &lt;code&gt;session-config&lt;/code&gt; element in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/web.war/WEB-INF/web.xml&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;cookie-config&amp;gt;
    &amp;lt;http-only&amp;gt;true&amp;lt;/http-only&amp;gt;
    &amp;lt;secure&amp;gt;true&amp;lt;/secure&amp;gt;
&amp;lt;/cookie-config&amp;gt;
&amp;lt;tracking-mode&amp;gt;COOKIE&amp;lt;/tracking-mode&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you are running an application server other than JBoss, you must consult the documentation provided by the application server vendor for how to configure a web application to use secure, HTTP-only, cookies and adjust &lt;strong&gt;web.xml&lt;/strong&gt; accordingly.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 7.11 and later.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed: February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, installation&lt;/div&gt;
</description></item><item><title>KB-1100 Users are redirected to the login page with a URL that contains "suite/personalization/setpassword.none" and nobody can successfully log in to the site</title><link>https://community.appian.com/support/w/kb/323/kb-1100-users-are-redirected-to-the-login-page-with-a-url-that-contains-suite-personalization-setpassword-none-and-nobody-can-successfully-log-in-to-the-site/revision/1</link><pubDate>Wed, 22 Feb 2017 22:09:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d4e52c1e-0153-47e4-bf9b-8f6d46327b32</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/323/kb-1100-users-are-redirected-to-the-login-page-with-a-url-that-contains-suite-personalization-setpassword-none-and-nobody-can-successfully-log-in-to-the-site#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/22/2017 10:09:37 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;After starting the application server successfully, attempting to log into the environment using http will refresh the page with no error messages. This occurs regardless of whether the correct credentials were entered.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; If this is the first time accessing the environment, attempting to log in will change the URL to &lt;code&gt;&amp;lt;SERVER_AND_PORT&amp;gt;/suite/personalization/setpassword.none&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;By default, session cookies are marked as &amp;quot;secure&amp;quot; and &amp;quot;httpOnly&amp;quot; for JBoss. Therefore, the default configuration is adapted to sites using https.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Per&amp;nbsp;the &lt;a href="https://docs.appian.com/suite/help/17.1/Post-Install_Configurations.html#Configure_Your_Site_URL"&gt;Post-Install Configurations&lt;/a&gt;, you will also need to adjust these defaults by removing the following lines from the &lt;code&gt;session-config&lt;/code&gt; element in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/web.war/WEB-INF/web.xml&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;cookie-config&amp;gt;
    &amp;lt;http-only&amp;gt;true&amp;lt;/http-only&amp;gt;
    &amp;lt;secure&amp;gt;true&amp;lt;/secure&amp;gt;
&amp;lt;/cookie-config&amp;gt;
&amp;lt;tracking-mode&amp;gt;COOKIE&amp;lt;/tracking-mode&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you are running an application server other than JBoss, you must consult the documentation provided by the application server vendor for how to configure a web application to use secure, HTTP-only, cookies and adjust &lt;strong&gt;web.xml&lt;/strong&gt; accordingly.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 7.11 and later.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed: February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, installation&lt;/div&gt;
</description></item></channel></rss>