www.norwegian.com
Open in
urlscan Pro
2606:4700::6811:a752
Public Scan
URL:
https://www.norwegian.com/en/ipr/mynorwegian
Submission: On January 11 via manual from SE — Scanned from DE
Submission: On January 11 via manual from SE — Scanned from DE
Form analysis
1 forms found in the DOMName: loginBoxForm —
<form novalidate="" name="loginBoxForm" data-accessible-form="" class="ng-pristine ng-invalid ng-invalid-required">
<fieldset>
<section data-ng-class="showBox ? (!type || type.toString().toLowerCase() == 'information' || type.toString().toLowerCase() == 'info' ? 'dialogue dialogue--information' : 'dialogue dialogue--' + type.toString().toLowerCase()) : ''"
data-ng-show="items && items.length > 0" style="position: relative;;position: relative;" tabindex="-1" data-nas-info-box="" data-items="vm.errors" data-type="'error'" data-header="vm.errorHeader" aria-hidden="true"
class="ng-hide dialogue dialogue--error">
<!-- ngIf: showBox && showDismissIcon --><button aria-label="Close" data-ng-if="showBox && showDismissIcon" data-ng-click="dismiss()" class="button__close" style="border-bottom: 0; position:absolute; top:10px;right:10px;"> ×
</button><!-- end ngIf: showBox && showDismissIcon -->
<ul data-ng-class="{
'list--image-list': showBox && showIcon ,
'list--image-list--first': showBox && showIcon ,
'animation__pop-in-from-top': enableAnimation ,
'list--icon-list': !showbox || !showicon}" tabindex="-1" class="list--image-list list--image-list--first list--icon-list">
<li>
<!-- ngIf: showIcon --><i class="icon-medium icon-medium--alert--error" aria-label="Warning" data-ng-class="iconClass ? iconClass : (!type || type.toString().toLowerCase() == 'information' || type.toString().toLowerCase() == 'info' ? 'icon-medium--alert' : 'icon-medium--alert--' + type.toString().toLowerCase())" data-ng-if="showIcon"></i><!-- end ngIf: showIcon -->
<small></small>
<!-- ngIf: externalId -->
<div data-ng-show="items && header" role="alert" aria-hidden="true" class="ng-hide">
<!-- ngIf: items && header -->
</div>
<ul class="list list--icon-list" data-ng-class="{
'list--negative': (showList || !showIcon) && type.toString().toLowerCase() == 'error',
'list--positive': (showList || !showIcon) && type.toString().toLowerCase()== 'success',
'list--alert': (showList || !showIcon) && type.toString().toLowerCase()== 'alert',
'list--markers': (showList || !showIcon) && (!type || type.toString().toLowerCase() == 'information' || type.toString().toLowerCase() == 'info'),
'list--icon-list': (!showList && showIcon)
}">
<!-- ngRepeat: item in items -->
<!-- ngIf: action && actionLabel -->
</ul>
<!-- ngIf: continueUrl && !showButton -->
<!-- ngIf: continueUrl && showButton -->
<!-- ngIf: details && !expandDetails -->
<!-- ngIf: details && expandDetails -->
</li>
<!-- ngIf: details && expandDetails -->
</ul>
</section>
<!-- ngIf: vm.reauthenticateUser -->
<div class="input" data-ng-class="{'input--error': loginBoxForm.username.$invalid && loginBoxForm.$submitted }">
<label for="username" class="input__label"><span>Email (username)</span></label>
<input type="text" class="input__text input--login-box ng-pristine ng-untouched ng-invalid ng-invalid-required" name="username" data-ng-model="vm.credentials.username" id="username" required="" data-auto-focus="!vm.reauthenticateUser"
ng-disabled="vm.reauthenticateUser" aria-disabled="false" aria-required="true" aria-invalid="true">
<div class="errors ng-inactive" data-ng-messages="loginBoxForm.username.$error" role="alert" aria-live="assertive">
<!-- ngIf: loginBoxForm.$submitted -->
</div>
</div>
<div class="input" data-ng-class="{'input--error': loginBoxForm.password.$invalid && loginBoxForm.$submitted }">
<label for="password" class="input__label"><span>Password</span></label>
<input type="password" autocomplete="off" class="input__text input--login-box ng-pristine ng-untouched ng-invalid ng-invalid-required" name="password" data-ng-model="vm.credentials.password" id="password" required=""
data-auto-focus="vm.reauthenticateUser" aria-required="true" aria-invalid="true">
<div class="errors ng-inactive" data-ng-messages="loginBoxForm.password.$error" role="alert" aria-live="assertive">
<!-- ngIf: loginBoxForm.$submitted -->
</div>
</div>
<!-- ngIf: vm.displayRememberMeOption -->
<div data-ng-if="vm.displayRememberMeOption" data-nas-checkboxbutton="" data-css-modifier="'checkbox--outlined'" data-ng-model="vm.credentials.persistence" class="ng-pristine ng-untouched ng-valid" aria-invalid="false"><label
class="checkbox checkbox--outlined" data-ng-class="{'checkbox--disabled': disabled}">
<input type="checkbox" name="checkbox-group" id="cb_1" data-ng-model="model" data-ng-required="required" data-ng-disabled="disabled" aria-labelledby="label_cb_1" class="ng-pristine ng-untouched ng-valid ng-valid-required"
aria-disabled="false" aria-checked="false" aria-required="false" aria-invalid="false">
<span class="checkbox__control-indicator "></span>
<span id="label_cb_1" data-ng-transclude="">
<div>
<span data-translate="LoginRememberMe">Remember me.</span>
<!-- ngIf: vm.persistentLoginInfo.url --><button class="link" data-ng-if="vm.persistentLoginInfo.url" data-ng-click="vm.showModal(vm.persistentLoginInfo.url)" type="button">Read what this
implies</button><!-- end ngIf: vm.persistentLoginInfo.url -->
</div>
</span>
</label></div><!-- end ngIf: vm.displayRememberMeOption -->
<p class="normal">
<!-- ngIf: !vm.forgotpasswordState --><a data-ng-if="!vm.forgotpasswordState" data-ng-href="/en/start/profile/resetpassword/" data-translate="LoginForgotPassword" href="/en/start/profile/resetpassword/">Forgot the password?</a><!-- end ngIf: !vm.forgotpasswordState -->
<!-- ngIf: vm.forgotpasswordState -->
<br>
<button class="link" data-ng-click="vm.showModal(vm.forgotUserNameUrl)" data-translate="LoginForgotUsername" type="button">Forgot the username?</button>
</p>
<button data-ng-class="{'button--primary': vm.isPrimary, 'button--secondary': !vm.isPrimary}" type="submit" class="button button--primary" data-translate="LoginReservationRegisteredButton" data-ng-click="vm.login(loginBoxForm)">Login and
continue</button>
<!-- ngIf: !vm.hideRegister --><span data-ng-if="!vm.hideRegister" data-translate="Or">or</span><!-- end ngIf: !vm.hideRegister -->
<!-- ngIf: !vm.hideRegister --><a data-ng-href="/en/start/profile/create/" data-ng-if="!vm.hideRegister" data-translate="LoginBoxRegister" href="/en/start/profile/create/">register</a><!-- end ngIf: !vm.hideRegister -->
<!-- ngIf: vm.showLogout -->
<!-- ngIf: vm.showLogout -->
</fieldset>
</form>
Text Content
Menu Using assistive devices, such as screen readers or speech recognition software? Please enable accessibility mode to get an optimal experience. Sign in * Sign in * Home * Booking * Destinations * Low Fare Calendar * Flight status * My Travels * Business travel * Help and contact * Home * Booking * Destinations * Low Fare Calendar * Route map * Travelling with us * Flight status * Help and contact COVID-19 latest updates - important information about entry requirements, bookings and cancelled flights MY PROFILE LOG IN TO CONTINUE -------------------------------------------------------------------------------- This page requires Javascript to be enabled in your browser. RETURNING CUSTOMER × * Email (username) Password Remember me. Read what this implies Forgot the password? Forgot the username? Login and continue or register -------------------------------------------------------------------------------- To the top BEFORE YOU BOOK YOUR NEXT FLIGHT... To improve your experience on our websites, we use cookies. These cookies are a combination of our own and third-parties’ to gather information about usage and preferences. We also use cookies to present more relevant ads to you and for analytical purposes. You can choose to accept all cookies or to adjust settings. Accept all Adjust settings Read more about our cookie policy