Change Admin Password
Using Jamroom
Please tell me how to change admin password
updated by @bestsingletravel: 05/11/15 02:02:15PM
{* Site Builder *}
{if jrCore_module_is_active('jrPanel') && jrCore_module_is_active('jrMenu') && jrCore_module_is_active('jrWidget')}
{jrMenu_display active=$menu_url}
{else}
{jrCore_lang skin=$_conf.jrCore_active_skin id="1" default="Home"}
{if jrCore_module_is_active('jrForum') && strlen($_conf.Ning_Modified_forum_profile) > 0}
{jrCore_lang skin=$_conf.jrCore_active_skin id="47" default="Forum"}
{/if}
{if jrCore_module_is_active('jrGallery')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="36" default="Images"}
{/if}
{if jrCore_module_is_active('jrAudio') || jrCore_module_is_active('jrSoundCloud')}
{if jrCore_module_is_active('jrAudio')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="14" default="Music"}
{else}
{jrCore_lang skin=$_conf.jrCore_active_skin id="14" default="Music"}
{/if}
{if jrCore_module_is_active('jrSoundCloud')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="34" default="SoundCloud"}
{/if}
{/if}
{if jrCore_module_is_active('jrVideo') || jrCore_module_is_active('jrVimeo') || jrCore_module_is_active('jrYouTube')}
{if jrCore_module_is_active('jrVideo')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="15" default="Video"}
{else}
{jrCore_lang skin=$_conf.jrCore_active_skin id="15" default="Video"}
{/if}
{if jrCore_module_is_active('jrVimeo') || jrCore_module_is_active('jrYouTube')}
{if jrCore_module_is_active('jrVimeo')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="32" default="Vimeo"} {jrCore_lang skin=$_conf.jrCore_active_skin id="35" default="Videos"}
{/if}
{if jrCore_module_is_active('jrYouTube')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="33" default="YouTube"} {jrCore_lang skin=$_conf.jrCore_active_skin id="35" default="Videos"}
{/if}
{/if}
{/if}
{jrCore_lang skin=$_conf.jrCore_active_skin id="16" default="Profiles"}
{if jrCore_module_is_active('jrGroup')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="13" default="Groups"}
{/if}
{if jrCore_module_is_active('jrPage')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="11" default="Pages"}
{/if}
{/if}
{if jrUser_is_master()}
{jrCore_module_url module="jrCore" assign="core_url"}
{jrCore_module_url module="jrMarket" assign="murl"}
{jrCore_get_module_index module="jrCore" assign="url"}
{if isset($_post.option) && ($_post.option == 'admin' || $_post.option == 'skin_admin')}
{assign var="acp_menu_item" value="yes"}
{else}
{assign var="acp_menu_item" value="no"}
{/if}
ACP
system tools
activity logs
reset caches
integrity check
system updates
system check
{jrCore_module_url module="jrProfile" assign="purl"}
{jrCore_module_url module="jrUser" assign="uurl"}
users
quota browser
profile browser
user account browser
users online
skin settings
skin notes
user menu editor
skin images
skin style
skin templates
dashboard
{/if}
{if !jrUser_is_logged_in()}
{jrCore_module_url module="jrUser" assign="uurl"}
{if $_conf.jrCore_maintenance_mode != 'on' && $_conf.jrUser_signup_on == 'on'}
{jrCore_lang skin=$_conf.jrCore_active_skin id="4" default="create account"}
{/if}
{jrCore_lang skin=$_conf.jrCore_active_skin id="5" default="login"}
{/if}
{if jrUser_is_logged_in()}
{if !jrUser_is_master() && jrUser_is_admin()}
dashboard
{/if}
{if isset($_post.option) && ($_post.option == 'settings' || $_post.option == 'account' || $_post.option == 'notifications' || $_post.option == 'subscription_browser' || $_post.option == 'items' || $_post.option == 'networks' || $_post.option == 'customize' || $_post.option == 'votes' || $_post.option == 'notes' || $_post.option == 'browse')}
{assign var="artist_menu_item" value="yes"}
{elseif isset($from_profile) && $from_profile == 'yes' && $_conf.Ning_Modified_forum_profile != $current_url}
{assign var="artist_menu_item" value="yes"}
{else}
{assign var="artist_menu_item" value="no"}
{/if}
{jrUser_home_profile_key key="profile_name"}
{jrCore_skin_menu template="menu.tpl" category="user"}
{/if}
{* Add additional menu categories here *}
{if jrCore_module_is_active('jrSearch')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="3" default="search" assign="st"}
{$st}
{/if}
{* Add in Cart link if jrFoxyCart module is installed *}
{if jrCore_module_is_active('jrFoxyCart') && strlen($_conf.jrFoxyCart_api_key) > 0}
{jrCore_lang skin=$_conf.jrCore_active_skin id="2" default="cart" assign="cart"}
{jrCore_image image="cart24.png" width="24" height="24" alt=$cart}
{/if}
{if jrCore_module_is_active('jrSearch')}
{* This is the search form - shows as a modal window when the search icon is clicked on *}
{jrSearch_form class="form_text" value="Search Site" style="width:70%"}
{jrCore_icon icon="close" size="16"}
{/if}