<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[LoginPageTemplate help, logging in goes to mango not dashboard]]></title><description><![CDATA[<p dir="auto">Trying to play with the LoginPageTemplate. I did what the instructions say, but if I try to login under /user-dashboards/loginPageTemplate, it directs me to the main mango page. ( <a href="http://localhost:8082/data_point_details.shtm" rel="nofollow ugc">http://localhost:8082/data_point_details.shtm</a>), rather than the user-dashboards/loginPageTemplate/home. Although if I am already logged into mango, it will show to correct home.html (that shows 'you are logged in as XXX' and link to page 1)<br />
Did I miss a step? I'm trying to make a custom dashboard with its own login, but can't get this to work right. Using Mango 2.8.4 with dashboards 3.4</p>
]]></description><link>https://forum.mango-os.com/topic/2600/loginpagetemplate-help-logging-in-goes-to-mango-not-dashboard</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 17:36:44 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2600.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 15 Dec 2016 20:58:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to LoginPageTemplate help, logging in goes to mango not dashboard on Fri, 16 Dec 2016 22:46:12 GMT]]></title><description><![CDATA[<p dir="auto">So I managed to figure something out, hopefully it won't mess with other stuff.. I modified maMaterialDashboards and removed Md-pickers, which was what was causing my problem.<br />
Is there a way to just bypass all this and not call maMaterialDashboards? It won't load with just calling maDashboards in my app.js. I want to still be able to use mdAdmin if needed..</p>
<pre><code>/**
 * @copyright 2016 {@link http://infiniteautomation.com|Infinite Automation Systems, Inc.} All rights reserved.
 * @author Jared Wiltshire
 */

define(['angular',
        './maDashboards',
        'angular-material-data-table'], function(angular, maDashboards) {
'use strict';

return angular.module('maMaterialDashboards', ['maDashboards', 'md.data.table']);

}); // define

</code></pre>
]]></description><link>https://forum.mango-os.com/post/13520</link><guid isPermaLink="true">https://forum.mango-os.com/post/13520</guid><dc:creator><![CDATA[Dan M]]></dc:creator><pubDate>Fri, 16 Dec 2016 22:46:12 GMT</pubDate></item><item><title><![CDATA[Reply to LoginPageTemplate help, logging in goes to mango not dashboard on Fri, 16 Dec 2016 21:30:59 GMT]]></title><description><![CDATA[<p dir="auto">thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/jared-wiltshire" aria-label="Profile: Jared-Wiltshire">@<bdi>Jared-Wiltshire</bdi></a> . that fixed that issue..<br />
another problem now, is there a way to make the loginpagetemplate work with bootstrap 3? The page comes up but uses angular material for formatting and not working right with bootstrap. I tried to just load maDashboards rather than maMaterialDashboards but doesn't work.. Spent [too] much time getting my bootstrap page working right and rather not have to redo it with angular material.</p>
<p dir="auto">FYI, the loginpagetemplate in the dashboard example (app.js) doesnt match the actual template. The example only has maDashboards rather than maMaterialDashboards.</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.mango-os.com/post/13519</link><guid isPermaLink="true">https://forum.mango-os.com/post/13519</guid><dc:creator><![CDATA[Dan M]]></dc:creator><pubDate>Fri, 16 Dec 2016 21:30:59 GMT</pubDate></item><item><title><![CDATA[Reply to LoginPageTemplate help, logging in goes to mango not dashboard on Fri, 16 Dec 2016 15:58:50 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a class="plugin-mentions-user plugin-mentions-a" href="/user/dan-m" aria-label="Profile: Dan-M">@<bdi>Dan-M</bdi></a>, as per Joel's email can you please install dashboards v3.3, Version 3.4 should not have been released to the public yet and is in an incomplete state. If you still have a problem on v3.3 please let me know and I'll help you out.</p>
]]></description><link>https://forum.mango-os.com/post/13516</link><guid isPermaLink="true">https://forum.mango-os.com/post/13516</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Fri, 16 Dec 2016 15:58:50 GMT</pubDate></item></channel></rss>