Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/Styles/xb3/jst/check.jst
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ else
}
if($flag==0){
// session_destroy();
sendError( '<script type="text/javascript"> alert($.i18n("Username or password is incorrect!"));history.back(); </script>');
sendError( '<script type="text/javascript"> alert($.i18n("Authentication failed. The default password is printed on the bottom or back of your router - use this if you haven’t already changed it."));history.back(); </script>');
}
}
else
Expand Down
6 changes: 6 additions & 0 deletions source/Styles/xb3/jst/index.jst
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,12 @@ if($webuiIsEnabled == "false"){
<div class="form-btn" id="login_btn">
<input type="submit" class="btn" value="Login" />
</div>
<div class="form-row">
<?% if(!$isMSO) { ?>
<p id="index_helptext">Tip: The default password is printed on the bottom or back of your router - use this if you haven’t already changed .</
<?% } ?>
</div>

<input type="hidden" name="locale" id="locale" value="<?% echo($locale); ?>">
</form>
</div>
Expand Down
5 changes: 5 additions & 0 deletions source/Styles/xb6/jst/index.jst
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,11 @@ if($webuiIsEnabled == "false"){
<div class="form-btn" id="login_btn">
<input type="submit" class="btn" value="Login" />
</div>
<div class="form-row">
<?% if(!$isMSO) { ?>
<p id="index_helptext">Tip: The default password is printed on the bottom or back of your router - use this if you haven’t already changed .</
<?% } ?>
</div>
<input type="hidden" name="locale" id="locale" value="<?% echo($locale); ?>">
</form>
</div>
Expand Down