UNCLASSIFIED

Commits (2)

Too many changes to show.

To preserve performance only 53 of 53+ files are displayed.
(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{325:function(t,e,r){"use strict";r.d(e,"d",(function(){return n})),r.d(e,"c",(function(){return i})),r.d(e,"a",(function(){return a})),r.d(e,"b",(function(){return o}));var n=Math.min,i=Math.max,a=Math.abs,o=(Math.ceil,Math.floor);Math.pow,Math.round},333:function(t,e,r){},349:function(t,e){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},375:function(t,e,r){"use strict";var n=r(160),i=r(6),a=r(14),o=r(24),c=r(162),l=r(161);n("match",1,(function(t,e,r){return[function(e){var r=o(this),n=null==e?void 0:e[t];return void 0!==n?n.call(e,r):new RegExp(e)[t](String(r))},function(t){var n=r(e,t,this);if(n.done)return n.value;var o=i(t),u=String(this);if(!o.global)return l(o,u);var s=o.unicode;o.lastIndex=0;for(var p,f=[],d=0;null!==(p=l(o,u));){var h=String(p[0]);f[d]=h,""===h&&(o.lastIndex=c(u,a(o.lastIndex),s)),d++}return 0===d?null:f}]}))},376:function(t,e,r){"use strict";var n=r(160),i=r(6),a=r(24),o=r(377),c=r(161);n("search",1,(function(t,e,r){return[function(e){var r=a(this),n=null==e?void 0:e[t];return void 0!==n?n.call(e,r):new RegExp(e)[t](String(r))},function(t){var n=r(e,t,this);if(n.done)return n.value;var a=i(t),l=String(this),u=a.lastIndex;o(u,0)||(a.lastIndex=0);var s=c(a,l);return o(a.lastIndex,u)||(a.lastIndex=u),null===s?-1:s.index}]}))},377:function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},378:function(t,e,r){"use strict";var n=r(1),i=r(379).trim;n({target:"String",proto:!0,forced:r(380)("trim")},{trim:function(){return i(this)}})},379:function(t,e,r){var n=r(24),i="["+r(349)+"]",a=RegExp("^"+i+i+"*"),o=RegExp(i+i+"*$"),c=function(t){return function(e){var r=String(n(e));return 1&t&&(r=r.replace(a,"")),2&t&&(r=r.replace(o,"")),r}};t.exports={start:c(1),end:c(2),trim:c(3)}},380:function(t,e,r){var n=r(2),i=r(349);t.exports=function(t){return n((function(){return!!i[t]()||"​…᠎"!="​…᠎"[t]()||i[t].name!==t}))}},381:function(t,e,r){"use strict";var n=r(333);r.n(n).a},418:function(t,e,r){"use strict";r.r(e);r(28),r(86),r(315),r(60),r(375),r(376),r(378),r(87);var n=r(417),i=r(469),a=r(348),o=r(297),c=r(302),l=r(307),u=r(319),s={props:{name:{type:String},id:{type:String},disabled:{type:Boolean},required:{type:Boolean,default:!1},form:{type:String},autofocus:{type:Boolean,default:!1}},mounted:function(){this.handleAutofocus()},activated:function(){this.handleAutofocus()},methods:{handleAutofocus:function(){var t=this;this.$nextTick((function(){Object(l.t)((function(){var e=t.$el;t.autofocus&&Object(l.o)(e)&&(Object(l.p)(e,"input, textarea, select")||(e=Object(l.u)("input, textarea, select",e)),Object(l.d)(e))}))}))}}},p=r(304),f={props:{size:{type:String,default:function(){return Object(p.c)("formControls","size")}}},computed:{sizeFormClass:function(){return[this.size?"form-control-".concat(this.size):null]},sizeBtnClass:function(){return[this.size?"btn-".concat(this.size):null]}}},d=r(299),h={props:{state:{type:Boolean,default:null}},computed:{computedState:function(){return Object(d.a)(this.state)?this.state:null},stateClass:function(){var t=this.computedState;return!0===t?"is-valid":!1===t?"is-invalid":null}}},b=r(325),m=r(312),y=r(301),O={model:{prop:"value",event:"update"},props:{value:{type:[String,Number],default:""},ariaInvalid:{type:[Boolean,String],default:!1},readonly:{type:Boolean,default:!1},plaintext:{type:Boolean,default:!1},autocomplete:{type:String},placeholder:{type:String},formatter:{type:Function},lazyFormatter:{type:Boolean,default:!1},trim:{type:Boolean,default:!1},number:{type:Boolean,default:!1},lazy:{type:Boolean,default:!1},debounce:{type:[Number,String],default:0}},data:function(){return{localValue:Object(y.e)(this.value),vModelValue:this.value}},computed:{computedClass:function(){return[{"custom-range":"range"===this.type,"form-control-plaintext":this.plaintext&&"range"!==this.type&&"color"!==this.type,"form-control":!this.plaintext&&"range"!==this.type||"color"===this.type},this.sizeFormClass,this.stateClass]},computedAriaInvalid:function(){return this.ariaInvalid&&"false"!==this.ariaInvalid?!0===this.ariaInvalid?"true":this.ariaInvalid:!1===this.computedState?"true":null},computedDebounce:function(){return Object(b.c)(Object(m.b)(this.debounce,0),0)},hasFormatter:function(){return Object(d.d)(this.formatter)}},watch:{value:function(t){var e=Object(y.e)(t);e!==this.localValue&&t!==this.vModelValue&&(this.clearDebounce(),this.localValue=e,this.vModelValue=t)}},created:function(){this.$_inputDebounceTimer=null},mounted:function(){this.$on("hook:beforeDestroy",this.clearDebounce);var t=this.value,e=Object(y.e)(t);e!==this.localValue&&t!==this.vModelValue&&(this.localValue=e,this.vModelValue=t)},methods:{clearDebounce:function(){clearTimeout(this.$_inputDebounceTimer),this.$_inputDebounceTimer=null},formatValue:function(t,e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return t=Object(y.e)(t),!this.hasFormatter||this.lazyFormatter&&!r||(t=this.formatter(t,e)),t},modifyValue:function(t){return this.trim&&(t=t.trim()),this.number&&(t=Object(m.a)(t,t)),t},updateValue:function(t){var e=this,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=this.lazy;if(!n||r)if((t=this.modifyValue(t))!==this.vModelValue){this.clearDebounce();var i=function(){e.vModelValue=t,e.$emit("update",t)},a=this.computedDebounce;a>0&&!n&&!r?this.$_inputDebounceTimer=setTimeout(i,a):i()}else if(this.hasFormatter){var o=this.$refs.input;o&&t!==o.value&&(o.value=t)}},onInput:function(t){if(!t.target.composing){var e=t.target.value,r=this.formatValue(e,t);!1===r||t.defaultPrevented?t.preventDefault():(this.localValue=r,this.updateValue(r),this.$emit("input",r))}},onChange:function(t){var e=t.target.value,r=this.formatValue(e,t);!1===r||t.defaultPrevented?t.preventDefault():(this.localValue=r,this.updateValue(r,!0),this.$emit("change",r))},onBlur:function(t){var e=t.target.value,r=this.formatValue(e,t,!0);!1!==r&&(this.localValue=Object(y.e)(this.modifyValue(r)),this.updateValue(r,!0)),this.$emit("blur",t)},focus:function(){this.disabled||Object(l.d)(this.$el)},blur:function(){this.disabled||Object(l.c)(this.$el)}}},v=r(320),g=r(347);function j(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function w(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?j(Object(r),!0).forEach((function(e){S(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):j(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function S(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var P=["text","password","email","number","url","tel","search","range","color","date","time","datetime","datetime-local","month","week"],x=o.a.extend({name:"BFormInput",mixins:[g.a,v.a,s,f,h,O,{computed:{selectionStart:{cache:!1,get:function(){return this.$refs.input.selectionStart},set:function(t){this.$refs.input.selectionStart=t}},selectionEnd:{cache:!1,get:function(){return this.$refs.input.selectionEnd},set:function(t){this.$refs.input.selectionEnd=t}},selectionDirection:{cache:!1,get:function(){return this.$refs.input.selectionDirection},set:function(t){this.$refs.input.selectionDirection=t}}},methods:{select:function(){var t;(t=this.$refs.input).select.apply(t,arguments)},setSelectionRange:function(){var t;(t=this.$refs.input).setSelectionRange.apply(t,arguments)},setRangeText:function(){var t;(t=this.$refs.input).setRangeText.apply(t,arguments)}}},{computed:{validity:{cache:!1,get:function(){return this.$refs.input.validity}},validationMessage:{cache:!1,get:function(){return this.$refs.input.validationMessage}},willValidate:{cache:!1,get:function(){return this.$refs.input.willValidate}}},methods:{setCustomValidity:function(){var t;return(t=this.$refs.input).setCustomValidity.apply(t,arguments)},checkValidity:function(){var t;return(t=this.$refs.input).checkValidity.apply(t,arguments)},reportValidity:function(){var t;return(t=this.$refs.input).reportValidity.apply(t,arguments)}}}],props:{type:{type:String,default:"text",validator:function(t){return Object(c.a)(P,t)}},noWheel:{type:Boolean,default:!1},min:{type:[String,Number]},max:{type:[String,Number]},step:{type:[String,Number]},list:{type:String}},computed:{localType:function(){return Object(c.a)(P,this.type)?this.type:"text"},computedAttrs:function(){var t=this.localType,e=this.disabled,r=this.placeholder,n=this.required,i=this.min,a=this.max,o=this.step;return{id:this.safeId(),name:this.name||null,form:this.form||null,type:t,disabled:e,placeholder:r,required:n,autocomplete:this.autocomplete||null,readonly:this.readonly||this.plaintext,min:i,max:a,step:o,list:"password"!==t?this.list:null,"aria-required":n?"true":null,"aria-invalid":this.computedAriaInvalid}},computedListeners:function(){return w(w({},this.bvListeners),{},{input:this.onInput,change:this.onChange,blur:this.onBlur})}},watch:{noWheel:function(t){this.setWheelStopper(t)}},mounted:function(){this.setWheelStopper(this.noWheel)},deactivated:function(){this.setWheelStopper(!1)},activated:function(){this.setWheelStopper(this.noWheel)},beforeDestroy:function(){this.setWheelStopper(!1)},methods:{setWheelStopper:function(t){var e=this.$el;Object(u.d)(t,e,"focus",this.onWheelFocus),Object(u.d)(t,e,"blur",this.onWheelBlur),t||Object(u.b)(document,"wheel",this.stopWheel)},onWheelFocus:function(){Object(u.c)(document,"wheel",this.stopWheel)},onWheelBlur:function(){Object(u.b)(document,"wheel",this.stopWheel)},stopWheel:function(t){t.preventDefault(),Object(l.c)(this.$el)}},render:function(t){return t("input",{ref:"input",class:this.computedClass,attrs:this.computedAttrs,domProps:{value:this.localValue},on:this.computedListeners})}}),B=r(296),D=r(305),C=r(308),V={tag:{type:String,default:"div"}},$=o.a.extend({name:"BInputGroupText",functional:!0,props:V,render:function(t,e){var r=e.props,n=e.data,i=e.children;return t(r.tag,Object(B.a)(n,{staticClass:"input-group-text"}),i)}});function I(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function k(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?I(Object(r),!0).forEach((function(e){E(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):I(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function E(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var T={id:{type:String,default:null},tag:{type:String,default:"div"},isText:{type:Boolean,default:!1}},z=o.a.extend({name:"BInputGroupAddon",functional:!0,props:k(k({},T),{},{append:{type:Boolean,default:!1}}),render:function(t,e){var r=e.props,n=e.data,i=e.children;return t(r.tag,Object(B.a)(n,{class:{"input-group-append":r.append,"input-group-prepend":!r.append},attrs:{id:r.id}}),r.isText?[t($,i)]:i)}});function M(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function W(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?M(Object(r),!0).forEach((function(e){_(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):M(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function _(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var F=o.a.extend({name:"BInputGroupAppend",functional:!0,props:T,render:function(t,e){var r=e.props,n=e.data,i=e.children;return t(z,Object(B.a)(n,{props:W(W({},r),{},{append:!0})}),i)}});function N(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function q(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?N(Object(r),!0).forEach((function(e){A(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):N(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function A(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var L=o.a.extend({name:"BInputGroupPrepend",functional:!0,props:T,render:function(t,e){var r=e.props,n=e.data,i=e.children;return t(z,Object(B.a)(n,{props:q(q({},r),{},{append:!1})}),i)}});var H={id:{type:String},size:{type:String,default:function(){return Object(p.c)("BInputGroup","size")}},prepend:{type:String},prependHtml:{type:String},append:{type:String},appendHtml:{type:String},tag:{type:String,default:"div"}},G=o.a.extend({name:"BInputGroup",functional:!0,props:H,render:function(t,e){var r=e.props,n=e.data,i=e.slots,a=e.scopedSlots,o=r.prepend,c=r.prependHtml,l=r.append,u=r.appendHtml,s=r.size,p=a||{},f=i(),d={},h=t(),b=Object(C.a)("prepend",p,f);(b||o||c)&&(h=t(L,[b?Object(C.b)("prepend",d,p,f):t($,{domProps:Object(D.a)(c,o)})]));var m,y,O,v=t(),g=Object(C.a)("append",p,f);return(g||l||u)&&(v=t(F,[g?Object(C.b)("append",d,p,f):t($,{domProps:Object(D.a)(u,l)})])),t(r.tag,Object(B.a)(n,{staticClass:"input-group",class:(m={},y="input-group-".concat(s),O=s,y in m?Object.defineProperty(m,y,{value:O,enumerable:!0,configurable:!0,writable:!0}):m[y]=O,m),attrs:{id:r.id||null,role:"group"}}),[h,Object(C.b)("default",d,p,f),v])}}),R=r(306);function J(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function K(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var Q={variant:{type:String,default:null},fontScale:{type:[Number,String],default:1},scale:{type:[Number,String],default:1},rotate:{type:[Number,String],default:0},flipH:{type:Boolean,default:!1},flipV:{type:Boolean,default:!1},shiftH:{type:[Number,String],default:0},shiftV:{type:[Number,String],default:0},animation:{type:String,default:null}},U={viewBox:"0 0 16 16",width:"1em",height:"1em",focusable:"false",role:"img",alt:"icon"},X={width:null,height:null,focusable:null,role:null,alt:null},Y=o.a.extend({name:"BVIconBase",functional:!0,props:function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?J(Object(r),!0).forEach((function(e){K(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):J(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}({content:{type:String},stacked:{type:Boolean,default:!1}},Q),render:function(t,e){var r,n=e.data,i=e.props,a=e.children,o=Object(b.c)(Object(m.a)(i.fontScale,1),0)||1,c=Object(b.c)(Object(m.a)(i.scale,1),0)||1,l=Object(m.a)(i.rotate,0),u=Object(m.a)(i.shiftH,0),s=Object(m.a)(i.shiftV,0),p=i.flipH,f=i.flipV,h=i.animation,y=p||f||1!==c,O=y||l,v=u||s,g=[O?"translate(8 8)":null,y?"scale(".concat((p?-1:1)*c," ").concat((f?-1:1)*c,")"):null,l?"rotate(".concat(l,")"):null,O?"translate(-8 -8)":null].filter(R.a),j=i.stacked,w=!Object(d.h)(i.content),S=t("g",{attrs:{transform:g.join(" ")||null},domProps:w?{innerHTML:i.content||""}:{}},a);return v&&(S=t("g",{attrs:{transform:"translate(".concat(16*u/16," ").concat(-16*s/16,")")}},[S])),j&&(S=t("g",{},[S])),t("svg",Object(B.a)({staticClass:"b-icon bi",class:(r={},K(r,"text-".concat(i.variant),!!i.variant),K(r,"b-icon-animation-".concat(h),!!h),r),attrs:U,style:j?{}:{fontSize:1===o?null:"".concat(100*o,"%")}},n,j?{attrs:X}:{},{attrs:{xmlns:j?null:"http://www.w3.org/2000/svg",fill:"currentColor"}}),[S])}});function Z(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function tt(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Z(Object(r),!0).forEach((function(e){et(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Z(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function et(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var rt=function(t,e){var r="BIcon".concat(Object(y.d)(t)),n="bi-".concat(Object(y.a)(t)),i=Object(y.f)(e||"");return o.a.extend({name:r,functional:!0,props:tt(tt({},Q),{},{stacked:{type:Boolean,default:!1}}),render:function(t,e){var r=e.data,a=e.props;return t(Y,Object(B.a)(r,{staticClass:n,props:tt(tt({},a),{},{content:i})}))}})},nt=rt("Blank",""),it=rt("Search",'<path fill-rule="evenodd" d="M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z"/><path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/>'); (window.webpackJsonp=window.webpackJsonp||[]).push([[10],{325:function(t,e,r){"use strict";r.d(e,"d",(function(){return n})),r.d(e,"c",(function(){return i})),r.d(e,"a",(function(){return a})),r.d(e,"b",(function(){return o}));var n=Math.min,i=Math.max,a=Math.abs,o=(Math.ceil,Math.floor);Math.pow,Math.round},334:function(t,e,r){},349:function(t,e){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},376:function(t,e,r){"use strict";var n=r(160),i=r(6),a=r(14),o=r(24),c=r(162),l=r(161);n("match",1,(function(t,e,r){return[function(e){var r=o(this),n=null==e?void 0:e[t];return void 0!==n?n.call(e,r):new RegExp(e)[t](String(r))},function(t){var n=r(e,t,this);if(n.done)return n.value;var o=i(t),u=String(this);if(!o.global)return l(o,u);var s=o.unicode;o.lastIndex=0;for(var p,f=[],d=0;null!==(p=l(o,u));){var h=String(p[0]);f[d]=h,""===h&&(o.lastIndex=c(u,a(o.lastIndex),s)),d++}return 0===d?null:f}]}))},377:function(t,e,r){"use strict";var n=r(160),i=r(6),a=r(24),o=r(378),c=r(161);n("search",1,(function(t,e,r){return[function(e){var r=a(this),n=null==e?void 0:e[t];return void 0!==n?n.call(e,r):new RegExp(e)[t](String(r))},function(t){var n=r(e,t,this);if(n.done)return n.value;var a=i(t),l=String(this),u=a.lastIndex;o(u,0)||(a.lastIndex=0);var s=c(a,l);return o(a.lastIndex,u)||(a.lastIndex=u),null===s?-1:s.index}]}))},378:function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},379:function(t,e,r){"use strict";var n=r(1),i=r(380).trim;n({target:"String",proto:!0,forced:r(381)("trim")},{trim:function(){return i(this)}})},380:function(t,e,r){var n=r(24),i="["+r(349)+"]",a=RegExp("^"+i+i+"*"),o=RegExp(i+i+"*$"),c=function(t){return function(e){var r=String(n(e));return 1&t&&(r=r.replace(a,"")),2&t&&(r=r.replace(o,"")),r}};t.exports={start:c(1),end:c(2),trim:c(3)}},381:function(t,e,r){var n=r(2),i=r(349);t.exports=function(t){return n((function(){return!!i[t]()||"​…᠎"!="​…᠎"[t]()||i[t].name!==t}))}},382:function(t,e,r){"use strict";var n=r(334);r.n(n).a},418:function(t,e,r){"use strict";r.r(e);r(28),r(86),r(315),r(60),r(376),r(377),r(379),r(87);var n=r(417),i=r(469),a=r(348),o=r(297),c=r(302),l=r(307),u=r(319),s={props:{name:{type:String},id:{type:String},disabled:{type:Boolean},required:{type:Boolean,default:!1},form:{type:String},autofocus:{type:Boolean,default:!1}},mounted:function(){this.handleAutofocus()},activated:function(){this.handleAutofocus()},methods:{handleAutofocus:function(){var t=this;this.$nextTick((function(){Object(l.t)((function(){var e=t.$el;t.autofocus&&Object(l.o)(e)&&(Object(l.p)(e,"input, textarea, select")||(e=Object(l.u)("input, textarea, select",e)),Object(l.d)(e))}))}))}}},p=r(304),f={props:{size:{type:String,default:function(){return Object(p.c)("formControls","size")}}},computed:{sizeFormClass:function(){return[this.size?"form-control-".concat(this.size):null]},sizeBtnClass:function(){return[this.size?"btn-".concat(this.size):null]}}},d=r(299),h={props:{state:{type:Boolean,default:null}},computed:{computedState:function(){return Object(d.a)(this.state)?this.state:null},stateClass:function(){var t=this.computedState;return!0===t?"is-valid":!1===t?"is-invalid":null}}},b=r(325),m=r(312),y=r(301),O={model:{prop:"value",event:"update"},props:{value:{type:[String,Number],default:""},ariaInvalid:{type:[Boolean,String],default:!1},readonly:{type:Boolean,default:!1},plaintext:{type:Boolean,default:!1},autocomplete:{type:String},placeholder:{type:String},formatter:{type:Function},lazyFormatter:{type:Boolean,default:!1},trim:{type:Boolean,default:!1},number:{type:Boolean,default:!1},lazy:{type:Boolean,default:!1},debounce:{type:[Number,String],default:0}},data:function(){return{localValue:Object(y.e)(this.value),vModelValue:this.value}},computed:{computedClass:function(){return[{"custom-range":"range"===this.type,"form-control-plaintext":this.plaintext&&"range"!==this.type&&"color"!==this.type,"form-control":!this.plaintext&&"range"!==this.type||"color"===this.type},this.sizeFormClass,this.stateClass]},computedAriaInvalid:function(){return this.ariaInvalid&&"false"!==this.ariaInvalid?!0===this.ariaInvalid?"true":this.ariaInvalid:!1===this.computedState?"true":null},computedDebounce:function(){return Object(b.c)(Object(m.b)(this.debounce,0),0)},hasFormatter:function(){return Object(d.d)(this.formatter)}},watch:{value:function(t){var e=Object(y.e)(t);e!==this.localValue&&t!==this.vModelValue&&(this.clearDebounce(),this.localValue=e,this.vModelValue=t)}},created:function(){this.$_inputDebounceTimer=null},mounted:function(){this.$on("hook:beforeDestroy",this.clearDebounce);var t=this.value,e=Object(y.e)(t);e!==this.localValue&&t!==this.vModelValue&&(this.localValue=e,this.vModelValue=t)},methods:{clearDebounce:function(){clearTimeout(this.$_inputDebounceTimer),this.$_inputDebounceTimer=null},formatValue:function(t,e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return t=Object(y.e)(t),!this.hasFormatter||this.lazyFormatter&&!r||(t=this.formatter(t,e)),t},modifyValue:function(t){return this.trim&&(t=t.trim()),this.number&&(t=Object(m.a)(t,t)),t},updateValue:function(t){var e=this,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=this.lazy;if(!n||r)if((t=this.modifyValue(t))!==this.vModelValue){this.clearDebounce();var i=function(){e.vModelValue=t,e.$emit("update",t)},a=this.computedDebounce;a>0&&!n&&!r?this.$_inputDebounceTimer=setTimeout(i,a):i()}else if(this.hasFormatter){var o=this.$refs.input;o&&t!==o.value&&(o.value=t)}},onInput:function(t){if(!t.target.composing){var e=t.target.value,r=this.formatValue(e,t);!1===r||t.defaultPrevented?t.preventDefault():(this.localValue=r,this.updateValue(r),this.$emit("input",r))}},onChange:function(t){var e=t.target.value,r=this.formatValue(e,t);!1===r||t.defaultPrevented?t.preventDefault():(this.localValue=r,this.updateValue(r,!0),this.$emit("change",r))},onBlur:function(t){var e=t.target.value,r=this.formatValue(e,t,!0);!1!==r&&(this.localValue=Object(y.e)(this.modifyValue(r)),this.updateValue(r,!0)),this.$emit("blur",t)},focus:function(){this.disabled||Object(l.d)(this.$el)},blur:function(){this.disabled||Object(l.c)(this.$el)}}},v=r(320),g=r(347);function j(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function w(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?j(Object(r),!0).forEach((function(e){S(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):j(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function S(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var P=["text","password","email","number","url","tel","search","range","color","date","time","datetime","datetime-local","month","week"],x=o.a.extend({name:"BFormInput",mixins:[g.a,v.a,s,f,h,O,{computed:{selectionStart:{cache:!1,get:function(){return this.$refs.input.selectionStart},set:function(t){this.$refs.input.selectionStart=t}},selectionEnd:{cache:!1,get:function(){return this.$refs.input.selectionEnd},set:function(t){this.$refs.input.selectionEnd=t}},selectionDirection:{cache:!1,get:function(){return this.$refs.input.selectionDirection},set:function(t){this.$refs.input.selectionDirection=t}}},methods:{select:function(){var t;(t=this.$refs.input).select.apply(t,arguments)},setSelectionRange:function(){var t;(t=this.$refs.input).setSelectionRange.apply(t,arguments)},setRangeText:function(){var t;(t=this.$refs.input).setRangeText.apply(t,arguments)}}},{computed:{validity:{cache:!1,get:function(){return this.$refs.input.validity}},validationMessage:{cache:!1,get:function(){return this.$refs.input.validationMessage}},willValidate:{cache:!1,get:function(){return this.$refs.input.willValidate}}},methods:{setCustomValidity:function(){var t;return(t=this.$refs.input).setCustomValidity.apply(t,arguments)},checkValidity:function(){var t;return(t=this.$refs.input).checkValidity.apply(t,arguments)},reportValidity:function(){var t;return(t=this.$refs.input).reportValidity.apply(t,arguments)}}}],props:{type:{type:String,default:"text",validator:function(t){return Object(c.a)(P,t)}},noWheel:{type:Boolean,default:!1},min:{type:[String,Number]},max:{type:[String,Number]},step:{type:[String,Number]},list:{type:String}},computed:{localType:function(){return Object(c.a)(P,this.type)?this.type:"text"},computedAttrs:function(){var t=this.localType,e=this.disabled,r=this.placeholder,n=this.required,i=this.min,a=this.max,o=this.step;return{id:this.safeId(),name:this.name||null,form:this.form||null,type:t,disabled:e,placeholder:r,required:n,autocomplete:this.autocomplete||null,readonly:this.readonly||this.plaintext,min:i,max:a,step:o,list:"password"!==t?this.list:null,"aria-required":n?"true":null,"aria-invalid":this.computedAriaInvalid}},computedListeners:function(){return w(w({},this.bvListeners),{},{input:this.onInput,change:this.onChange,blur:this.onBlur})}},watch:{noWheel:function(t){this.setWheelStopper(t)}},mounted:function(){this.setWheelStopper(this.noWheel)},deactivated:function(){this.setWheelStopper(!1)},activated:function(){this.setWheelStopper(this.noWheel)},beforeDestroy:function(){this.setWheelStopper(!1)},methods:{setWheelStopper:function(t){var e=this.$el;Object(u.d)(t,e,"focus",this.onWheelFocus),Object(u.d)(t,e,"blur",this.onWheelBlur),t||Object(u.b)(document,"wheel",this.stopWheel)},onWheelFocus:function(){Object(u.c)(document,"wheel",this.stopWheel)},onWheelBlur:function(){Object(u.b)(document,"wheel",this.stopWheel)},stopWheel:function(t){t.preventDefault(),Object(l.c)(this.$el)}},render:function(t){return t("input",{ref:"input",class:this.computedClass,attrs:this.computedAttrs,domProps:{value:this.localValue},on:this.computedListeners})}}),B=r(296),D=r(305),C=r(308),V={tag:{type:String,default:"div"}},$=o.a.extend({name:"BInputGroupText",functional:!0,props:V,render:function(t,e){var r=e.props,n=e.data,i=e.children;return t(r.tag,Object(B.a)(n,{staticClass:"input-group-text"}),i)}});function I(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function k(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?I(Object(r),!0).forEach((function(e){E(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):I(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function E(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var T={id:{type:String,default:null},tag:{type:String,default:"div"},isText:{type:Boolean,default:!1}},z=o.a.extend({name:"BInputGroupAddon",functional:!0,props:k(k({},T),{},{append:{type:Boolean,default:!1}}),render:function(t,e){var r=e.props,n=e.data,i=e.children;return t(r.tag,Object(B.a)(n,{class:{"input-group-append":r.append,"input-group-prepend":!r.append},attrs:{id:r.id}}),r.isText?[t($,i)]:i)}});function M(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function W(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?M(Object(r),!0).forEach((function(e){_(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):M(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function _(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var F=o.a.extend({name:"BInputGroupAppend",functional:!0,props:T,render:function(t,e){var r=e.props,n=e.data,i=e.children;return t(z,Object(B.a)(n,{props:W(W({},r),{},{append:!0})}),i)}});function N(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function q(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?N(Object(r),!0).forEach((function(e){A(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):N(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function A(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var L=o.a.extend({name:"BInputGroupPrepend",functional:!0,props:T,render:function(t,e){var r=e.props,n=e.data,i=e.children;return t(z,Object(B.a)(n,{props:q(q({},r),{},{append:!1})}),i)}});var H={id:{type:String},size:{type:String,default:function(){return Object(p.c)("BInputGroup","size")}},prepend:{type:String},prependHtml:{type:String},append:{type:String},appendHtml:{type:String},tag:{type:String,default:"div"}},G=o.a.extend({name:"BInputGroup",functional:!0,props:H,render:function(t,e){var r=e.props,n=e.data,i=e.slots,a=e.scopedSlots,o=r.prepend,c=r.prependHtml,l=r.append,u=r.appendHtml,s=r.size,p=a||{},f=i(),d={},h=t(),b=Object(C.a)("prepend",p,f);(b||o||c)&&(h=t(L,[b?Object(C.b)("prepend",d,p,f):t($,{domProps:Object(D.a)(c,o)})]));var m,y,O,v=t(),g=Object(C.a)("append",p,f);return(g||l||u)&&(v=t(F,[g?Object(C.b)("append",d,p,f):t($,{domProps:Object(D.a)(u,l)})])),t(r.tag,Object(B.a)(n,{staticClass:"input-group",class:(m={},y="input-group-".concat(s),O=s,y in m?Object.defineProperty(m,y,{value:O,enumerable:!0,configurable:!0,writable:!0}):m[y]=O,m),attrs:{id:r.id||null,role:"group"}}),[h,Object(C.b)("default",d,p,f),v])}}),R=r(306);function J(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function K(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var Q={variant:{type:String,default:null},fontScale:{type:[Number,String],default:1},scale:{type:[Number,String],default:1},rotate:{type:[Number,String],default:0},flipH:{type:Boolean,default:!1},flipV:{type:Boolean,default:!1},shiftH:{type:[Number,String],default:0},shiftV:{type:[Number,String],default:0},animation:{type:String,default:null}},U={viewBox:"0 0 16 16",width:"1em",height:"1em",focusable:"false",role:"img",alt:"icon"},X={width:null,height:null,focusable:null,role:null,alt:null},Y=o.a.extend({name:"BVIconBase",functional:!0,props:function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?J(Object(r),!0).forEach((function(e){K(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):J(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}({content:{type:String},stacked:{type:Boolean,default:!1}},Q),render:function(t,e){var r,n=e.data,i=e.props,a=e.children,o=Object(b.c)(Object(m.a)(i.fontScale,1),0)||1,c=Object(b.c)(Object(m.a)(i.scale,1),0)||1,l=Object(m.a)(i.rotate,0),u=Object(m.a)(i.shiftH,0),s=Object(m.a)(i.shiftV,0),p=i.flipH,f=i.flipV,h=i.animation,y=p||f||1!==c,O=y||l,v=u||s,g=[O?"translate(8 8)":null,y?"scale(".concat((p?-1:1)*c," ").concat((f?-1:1)*c,")"):null,l?"rotate(".concat(l,")"):null,O?"translate(-8 -8)":null].filter(R.a),j=i.stacked,w=!Object(d.h)(i.content),S=t("g",{attrs:{transform:g.join(" ")||null},domProps:w?{innerHTML:i.content||""}:{}},a);return v&&(S=t("g",{attrs:{transform:"translate(".concat(16*u/16," ").concat(-16*s/16,")")}},[S])),j&&(S=t("g",{},[S])),t("svg",Object(B.a)({staticClass:"b-icon bi",class:(r={},K(r,"text-".concat(i.variant),!!i.variant),K(r,"b-icon-animation-".concat(h),!!h),r),attrs:U,style:j?{}:{fontSize:1===o?null:"".concat(100*o,"%")}},n,j?{attrs:X}:{},{attrs:{xmlns:j?null:"http://www.w3.org/2000/svg",fill:"currentColor"}}),[S])}});function Z(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function tt(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Z(Object(r),!0).forEach((function(e){et(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Z(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function et(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var rt=function(t,e){var r="BIcon".concat(Object(y.d)(t)),n="bi-".concat(Object(y.a)(t)),i=Object(y.f)(e||"");return o.a.extend({name:r,functional:!0,props:tt(tt({},Q),{},{stacked:{type:Boolean,default:!1}}),render:function(t,e){var r=e.data,a=e.props;return t(Y,Object(B.a)(r,{staticClass:n,props:tt(tt({},a),{},{content:i})}))}})},nt=rt("Blank",""),it=rt("Search",'<path fill-rule="evenodd" d="M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z"/><path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/>');
/*! /*!
* BootstrapVue Icons, generated from Bootstrap Icons 1.0.0-alpha4 * BootstrapVue Icons, generated from Bootstrap Icons 1.0.0-alpha4
* *
* @link https://icons.getbootstrap.com/ * @link https://icons.getbootstrap.com/
* @license MIT * @license MIT
* https://github.com/twbs/icons/blob/master/LICENSE.md * https://github.com/twbs/icons/blob/master/LICENSE.md
*/function at(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function ot(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?at(Object(r),!0).forEach((function(e){ct(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):at(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function ct(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var lt=/^BIcon/,ut=o.a.extend({name:"BIcon",functional:!0,props:ot(ot({icon:{type:String,default:null}},Q),{},{stacked:{type:Boolean,default:!1}}),render:function(t,e){var r=e.data,n=e.props,i=e.parent,a=Object(y.d)(Object(y.f)(n.icon||"")).replace(lt,""),o="BIcon".concat(a),c=((i||{}).$options||{}).components;return t(a&&c?c[o]||nt:a?o:nt,Object(B.a)(r,{props:ot(ot({},n),{},{icon:null})}))}});r(0).a.directive("b-toggle",n.e);var st={name:"FaqTemplate",components:{BCollapse:i.a,BButton:a.a,BFormInput:x,BInputGroup:G,BInputGroupAppend:F,BIcon:ut,BIconSearch:it},data:function(){return{sidelinks:[],sidebarCollapse:!0,search:""}},mounted:function(){var t=this;this.$site.pages.forEach((function(e){"article"===e.frontmatter.type&&t.sidelinks.push(e)})),this.sidelinks.sort((function(t,e){return t.frontmatter.priority-e.frontmatter.priority}))},computed:{filteredSidelinks:function(){var t=this;return this.sidelinks.filter((function(e){return e.frontmatter.searchKeywords?e.frontmatter.articleTitle.toLowerCase().match(t.search.toLowerCase().trim())||e.frontmatter.searchKeywords.toLowerCase().match(t.search.toLowerCase().trim()):e.frontmatter.articleTitle.toLowerCase().match(t.search.toLowerCase().trim())}))}}},pt=(r(381),r(39)),ft=Object(pt.a)(st,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"container"},[r("b-input-group",{staticClass:"searchbar"},[r("b-form-input",{attrs:{placeholder:"Search our repository of frequently asked questions"},model:{value:t.search,callback:function(e){t.search=e},expression:"search"}}),t._v(" "),r("b-input-group-append",{attrs:{"is-text":""}},[r("b-icon",{attrs:{icon:"search"}})],1)],1),t._v(" "),r("div",{staticClass:"wrapper"},[r("div",{directives:[{name:"b-toggle",rawName:"v-b-toggle.collapse-1",modifiers:{"collapse-1":!0}}],staticClass:"hidden-md-up",attrs:{id:"sidebar-button"}},[r("div",{staticClass:"burger burger-squeeze",class:{open:t.sidebarCollapse}},[r("div",{staticClass:"burger-lines"})])]),t._v(" "),r("b-collapse",{attrs:{id:"collapse-1"},model:{value:t.sidebarCollapse,callback:function(e){t.sidebarCollapse=e},expression:"sidebarCollapse"}},[r("div",{staticClass:"sidebar-wrapper"},[r("div",{staticClass:"sidebar"},t._l(t.filteredSidelinks,(function(e){return r("ul",{staticClass:"sidelink"},[t.$page.frontmatter.articleTitle==e.frontmatter.articleTitle?r("li",[r("router-link",{attrs:{to:e.path}},[r("strong",[t._v(" "+t._s(e.frontmatter.articleTitle)+" ")])])],1):r("li",[r("router-link",{attrs:{to:e.path}},[t._v(" "+t._s(e.frontmatter.articleTitle)+" ")])],1)])})),0),t._v(" "),r("div",{staticClass:"related-articles"},[r("Content",{attrs:{"slot-key":"related"}})],1)])]),t._v(" "),r("main",{staticClass:"faq-content"},[r("div",{staticClass:"content-wrapper"},[r("Content",{attrs:{"slot-key":"faq-content"}})],1)])],1)],1)}),[],!1,null,"1e3d40ad",null);e.default=ft.exports}}]); */function at(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function ot(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?at(Object(r),!0).forEach((function(e){ct(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):at(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function ct(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var lt=/^BIcon/,ut=o.a.extend({name:"BIcon",functional:!0,props:ot(ot({icon:{type:String,default:null}},Q),{},{stacked:{type:Boolean,default:!1}}),render:function(t,e){var r=e.data,n=e.props,i=e.parent,a=Object(y.d)(Object(y.f)(n.icon||"")).replace(lt,""),o="BIcon".concat(a),c=((i||{}).$options||{}).components;return t(a&&c?c[o]||nt:a?o:nt,Object(B.a)(r,{props:ot(ot({},n),{},{icon:null})}))}});r(0).a.directive("b-toggle",n.e);var st={name:"FaqTemplate",components:{BCollapse:i.a,BButton:a.a,BFormInput:x,BInputGroup:G,BInputGroupAppend:F,BIcon:ut,BIconSearch:it},data:function(){return{sidelinks:[],sidebarCollapse:!0,search:""}},mounted:function(){var t=this;this.$site.pages.forEach((function(e){"article"===e.frontmatter.type&&t.sidelinks.push(e)})),this.sidelinks.sort((function(t,e){return t.frontmatter.priority-e.frontmatter.priority}))},computed:{filteredSidelinks:function(){var t=this;return this.sidelinks.filter((function(e){return e.frontmatter.searchKeywords?e.frontmatter.articleTitle.toLowerCase().match(t.search.toLowerCase().trim())||e.frontmatter.searchKeywords.toLowerCase().match(t.search.toLowerCase().trim()):e.frontmatter.articleTitle.toLowerCase().match(t.search.toLowerCase().trim())}))}}},pt=(r(382),r(39)),ft=Object(pt.a)(st,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"container"},[r("b-input-group",{staticClass:"searchbar"},[r("b-form-input",{attrs:{placeholder:"Search our repository of frequently asked questions"},model:{value:t.search,callback:function(e){t.search=e},expression:"search"}}),t._v(" "),r("b-input-group-append",{attrs:{"is-text":""}},[r("b-icon",{attrs:{icon:"search"}})],1)],1),t._v(" "),r("div",{staticClass:"wrapper"},[r("div",{directives:[{name:"b-toggle",rawName:"v-b-toggle.collapse-1",modifiers:{"collapse-1":!0}}],staticClass:"hidden-md-up",attrs:{id:"sidebar-button"}},[r("div",{staticClass:"burger burger-squeeze",class:{open:t.sidebarCollapse}},[r("div",{staticClass:"burger-lines"})])]),t._v(" "),r("b-collapse",{attrs:{id:"collapse-1"},model:{value:t.sidebarCollapse,callback:function(e){t.sidebarCollapse=e},expression:"sidebarCollapse"}},[r("div",{staticClass:"sidebar-wrapper"},[r("div",{staticClass:"sidebar"},t._l(t.filteredSidelinks,(function(e){return r("ul",{staticClass:"sidelink"},[t.$page.frontmatter.articleTitle==e.frontmatter.articleTitle?r("li",[r("router-link",{attrs:{to:e.path}},[r("strong",[t._v(" "+t._s(e.frontmatter.articleTitle)+" ")])])],1):r("li",[r("router-link",{attrs:{to:e.path}},[t._v(" "+t._s(e.frontmatter.articleTitle)+" ")])],1)])})),0),t._v(" "),r("div",{staticClass:"related-articles"},[r("Content",{attrs:{"slot-key":"related"}})],1)])]),t._v(" "),r("main",{staticClass:"faq-content"},[r("div",{staticClass:"content-wrapper"},[r("Content",{attrs:{"slot-key":"faq-content"}})],1)])],1)],1)}),[],!1,null,"1e3d40ad",null);e.default=ft.exports}}]);
//# sourceMappingURL=10.js.map //# sourceMappingURL=10.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{303:function(t,e,r){"use strict";e.a={props:{tag:{type:String,default:"div"},bgVariant:{type:String},borderVariant:{type:String},textVariant:{type:String}}}},314:function(t,e,r){"use strict";r.d(e,"b",(function(){return o})),r.d(e,"a",(function(){return c}));var n=r(297),a=r(296),o={src:{type:String,required:!0},alt:{type:String},top:{type:Boolean,default:!1},bottom:{type:Boolean,default:!1},start:{type:Boolean,default:!1},left:{type:Boolean,default:!1},end:{type:Boolean,default:!1},right:{type:Boolean,default:!1},height:{type:[Number,String]},width:{type:[Number,String]}},c=n.a.extend({name:"BCardImg",functional:!0,props:o,render:function(t,e){var r=e.props,n=e.data,o="card-img";return r.top?o+="-top":r.right||r.end?o+="-right":r.bottom?o+="-bottom":(r.left||r.start)&&(o+="-left"),t("img",Object(a.a)(n,{class:[o],attrs:{src:r.src||null,alt:r.alt||null,height:r.height||null,width:r.width||null}}))}})},316:function(t,e,r){"use strict";r.d(e,"b",(function(){return m})),r.d(e,"a",(function(){return v}));var n=r(296),a=r(297),o=r(298),c=r(303),i=r(301),s={title:{type:String},titleTag:{type:String,default:"h4"}},l=a.a.extend({name:"BCardTitle",functional:!0,props:s,render:function(t,e){var r=e.props,a=e.data,o=e.children;return t(r.titleTag,Object(n.a)(a,{staticClass:"card-title"}),o||Object(i.e)(r.title))}}),u=r(304),b="BCardSubTitle",p={subTitle:{type:String},subTitleTag:{type:String,default:"h6"},subTitleTextVariant:{type:String,default:function(){return Object(u.c)(b,"subTitleTextVariant")}}},d=a.a.extend({name:b,functional:!0,props:p,render:function(t,e){var r=e.props,a=e.data,o=e.children;return t(r.subTitleTag,Object(n.a)(a,{staticClass:"card-subtitle",class:[r.subTitleTextVariant?"text-".concat(r.subTitleTextVariant):null]}),o||Object(i.e)(r.subTitle))}});function f(t){return function(t){if(Array.isArray(t))return O(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return O(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return O(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function O(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function g(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function y(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?g(Object(r),!0).forEach((function(e){j(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):g(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function j(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var m=y(y(y(y({},Object(o.a)(c.a.props,o.c.bind(null,"body"))),{},{bodyClass:{type:[String,Object,Array]}},s),p),{},{overlay:{type:Boolean,default:!1}}),v=a.a.extend({name:"BCardBody",functional:!0,props:m,render:function(t,e){var r,a=e.props,c=e.data,i=e.children,u=t(),b=t(),O=i||[t()];return a.title&&(u=t(l,{props:Object(o.b)(s,a)})),a.subTitle&&(b=t(d,{props:Object(o.b)(p,a),class:["mb-2"]})),t(a.bodyTag,Object(n.a)(c,{staticClass:"card-body",class:[(r={"card-img-overlay":a.overlay},j(r,"bg-".concat(a.bodyBgVariant),a.bodyBgVariant),j(r,"border-".concat(a.bodyBorderVariant),a.bodyBorderVariant),j(r,"text-".concat(a.bodyTextVariant),a.bodyTextVariant),r),a.bodyClass||{}]}),[u,b].concat(f(O)))}})},323:function(t,e,r){"use strict";r.d(e,"a",(function(){return c}));var n=r(297),a=r(296),o={textTag:{type:String,default:"p"}},c=n.a.extend({name:"BCardText",functional:!0,props:o,render:function(t,e){var r=e.props,n=e.data,o=e.children;return t(r.textTag,Object(a.a)(n,{staticClass:"card-text"}),o)}})},324:function(t,e,r){"use strict";r.d(e,"a",(function(){return c}));var n=r(297),a=r(296),o={tag:{type:String,default:"div"},deck:{type:Boolean,default:!1},columns:{type:Boolean,default:!1}},c=n.a.extend({name:"BCardGroup",functional:!0,props:o,render:function(t,e){var r=e.props,n=e.data,o=e.children;return t(r.tag,Object(a.a)(n,{class:r.deck?"card-deck":r.columns?"card-columns":"card-group"}),o)}})},326:function(t,e,r){"use strict";r.d(e,"a",(function(){return B}));var n=r(296),a=r(297),o=r(305),c=r(308),i=r(298),s=r(303),l=r(316);function u(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function b(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?u(Object(r),!0).forEach((function(e){p(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function p(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var d=b(b({},Object(i.a)(s.a.props,i.c.bind(null,"header"))),{},{header:{type:String},headerHtml:{type:String},headerClass:{type:[String,Object,Array]}}),f=a.a.extend({name:"BCardHeader",functional:!0,props:d,render:function(t,e){var r,a=e.props,c=e.data,i=e.children,s=a.headerBgVariant,l=a.headerBorderVariant,u=a.headerTextVariant;return t(a.headerTag,Object(n.a)(c,{staticClass:"card-header",class:[a.headerClass,(r={},p(r,"bg-".concat(s),s),p(r,"border-".concat(l),l),p(r,"text-".concat(u),u),r)],domProps:i?{}:Object(o.a)(a.headerHtml,a.header)}),i)}});function O(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function g(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?O(Object(r),!0).forEach((function(e){y(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):O(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function y(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var j=g(g({},Object(i.a)(s.a.props,i.c.bind(null,"footer"))),{},{footer:{type:String},footerHtml:{type:String},footerClass:{type:[String,Object,Array]}}),m=a.a.extend({name:"BCardFooter",functional:!0,props:j,render:function(t,e){var r,a=e.props,c=e.data,i=e.children,s=a.footerBgVariant,l=a.footerBorderVariant,u=a.footerTextVariant;return t(a.footerTag,Object(n.a)(c,{staticClass:"card-footer",class:[a.footerClass,(r={},y(r,"bg-".concat(s),s),y(r,"border-".concat(l),l),y(r,"text-".concat(u),u),r)],domProps:i?{}:Object(o.a)(a.footerHtml,a.footer)}),i)}}),v=r(314);function h(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function w(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?h(Object(r),!0).forEach((function(e){S(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):h(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function S(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var P=Object(i.a)(v.b,i.c.bind(null,"img"));P.imgSrc.required=!1;var C=w(w(w(w(w(w({},l.b),d),j),P),Object(i.a)(s.a.props)),{},{align:{type:String},noBody:{type:Boolean,default:!1}}),B=a.a.extend({name:"BCard",functional:!0,props:C,render:function(t,e){var r,a=e.props,s=e.data,u=e.slots,b=e.scopedSlots,p=a.imgLeft,O=a.imgRight,g=a.imgStart,y=a.imgEnd,h=a.header,w=a.headerHtml,C=a.footer,B=a.footerHtml,x=a.align,T=a.textVariant,_=a.bgVariant,D=a.borderVariant,V=b||{},E=u(),k={},N=t(),A=t();if(a.imgSrc){var H=t(v.a,{props:Object(i.b)(P,a,i.e.bind(null,"img"))});a.imgBottom?A=H:N=H}var M=t(),L=Object(c.a)("header",V,E);(L||h||w)&&(M=t(f,{props:Object(i.b)(d,a),domProps:L?{}:Object(o.a)(w,h)},Object(c.b)("header",k,V,E)));var I=Object(c.b)("default",k,V,E);a.noBody||(I=t(l.a,{props:Object(i.b)(l.b,a)},I));var G=t();return(Object(c.a)("footer",V,E)||C||B)&&(G=t(m,{props:Object(i.b)(j,a),domProps:L?{}:Object(o.a)(B,C)},Object(c.b)("footer",k,V,E))),t(a.tag,Object(n.a)(s,{staticClass:"card",class:(r={"flex-row":p||g,"flex-row-reverse":(O||y)&&!(p||g)},S(r,"text-".concat(x),x),S(r,"bg-".concat(_),_),S(r,"border-".concat(D),D),S(r,"text-".concat(T),T),r)}),[N,M,I,G,A])}})},336:function(t,e,r){"use strict";r.d(e,"a",(function(){return j}));var n=r(296),a=r(306),o=r(313),c=r(302),i=r(304),s=r(300),l=r(298),u=r(301);function b(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function p(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var d=["start","end","center"],f=Object(o.a)((function(t,e){return(e=Object(u.f)(Object(u.e)(e)))?Object(u.b)(["row-cols",t,e].filter(a.a).join("-")):null})),O=Object(o.a)((function(t){return Object(u.b)(t.replace("cols",""))})),g=[],y=function(){var t=Object(i.b)().reduce((function(t,e){return t[Object(l.d)(e,"cols")]={type:[String,Number],default:null},t}),Object(s.c)(null));return g=Object(s.i)(t),function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?b(Object(r),!0).forEach((function(e){p(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):b(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}({tag:{type:String,default:"div"},noGutters:{type:Boolean,default:!1},alignV:{type:String,default:null,validator:function(t){return Object(c.a)(Object(c.b)(d,"baseline","stretch"),t)}},alignH:{type:String,default:null,validator:function(t){return Object(c.a)(Object(c.b)(d,"between","around"),t)}},alignContent:{type:String,default:null,validator:function(t){return Object(c.a)(Object(c.b)(d,"between","around","stretch"),t)}}},t)},j={name:"BRow",functional:!0,get props(){return delete this.props,this.props=y(),this.props},render:function(t,e){var r,a=e.props,o=e.data,c=e.children,i=[];return g.forEach((function(t){var e=f(O(t),a[t]);e&&i.push(e)})),i.push((p(r={"no-gutters":a.noGutters},"align-items-".concat(a.alignV),a.alignV),p(r,"justify-content-".concat(a.alignH),a.alignH),p(r,"align-content-".concat(a.alignContent),a.alignContent),r)),t(a.tag,Object(n.a)(o,{staticClass:"row",class:i}),c)}}},337:function(t,e,r){"use strict";r.d(e,"a",(function(){return v}));var n=r(296),a=r(306),o=r(313),c=r(302),i=r(304),s=r(299),l=r(300),u=r(298),b=r(301);function p(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function d(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?p(Object(r),!0).forEach((function(e){f(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):p(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function f(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var O=/^col-/,g=function(){return{type:[String,Number],default:null}},y=Object(o.a)((function(t,e,r){var n=t;if(!Object(s.h)(r)&&!1!==r)return e&&(n+="-".concat(e)),"col"!==t||""!==r&&!0!==r?(n+="-".concat(r),Object(b.b)(n)):Object(b.b)(n)})),j=Object(l.c)(null),m=function(){var t=Object(i.b)().filter(a.a),e=t.reduce((function(t,e){return e&&(t[e]={type:[Boolean,String,Number],default:!1}),t}),Object(l.c)(null)),r=t.reduce((function(t,e){return t[Object(u.d)(e,"offset")]=g(),t}),Object(l.c)(null)),n=t.reduce((function(t,e){return t[Object(u.d)(e,"order")]=g(),t}),Object(l.c)(null));return j=Object(l.a)(Object(l.c)(null),{col:Object(l.i)(e),offset:Object(l.i)(r),order:Object(l.i)(n)}),d(d(d(d({col:{type:Boolean,default:!1},cols:g()},e),{},{offset:g()},r),{},{order:g()},n),{},{alignSelf:{type:String,default:null,validator:function(t){return Object(c.a)(["auto","start","end","center","baseline","stretch"],t)}},tag:{type:String,default:"div"}})},v={name:"BCol",functional:!0,get props(){return delete this.props,this.props=m()},render:function(t,e){var r,a=e.props,o=e.data,c=e.children,i=[];for(var s in j)for(var l=j[s],u=0;u<l.length;u++){var b=y(s,l[u].replace(s,""),a[l[u]]);b&&i.push(b)}var p=i.some((function(t){return O.test(t)}));return i.push((f(r={col:a.col||!p&&!a.cols},"col-".concat(a.cols),a.cols),f(r,"offset-".concat(a.offset),a.offset),f(r,"order-".concat(a.order),a.order),f(r,"align-self-".concat(a.alignSelf),a.alignSelf),r)),t(a.tag,Object(n.a)(o,{class:i}),c)}}},342:function(t,e,r){},412:function(t,e,r){"use strict";var n=r(342);r.n(n).a},430:function(t,e,r){"use strict";r.r(e);r(86),r(315),r(88),r(87);var n=r(417),a=r(326),o=r(323),c=r(324),i=r(348),s=r(336),l=r(337),u=r(314),b=r(316),p=r(469);r(0).a.directive("b-toggle",n.e);var d={name:"NewsTemplate",components:{BCard:a.a,BCardText:o.a,BCardGroup:c.a,BButton:i.a,BRow:s.a,BCol:l.a,BCardImg:u.a,BCardBody:b.a,BCollapse:p.a},data:function(){return{news:[],buttonText:"Show More News"}},mounted:function(){var t=this;this.$site.pages.forEach((function(e){"news"===e.frontmatter.type&&(e.date=new Date(e.frontmatter.date),t.news.push(e))})),this.news.sort((function(t,e){return e.date-t.date}))},methods:{showLess:function(){this.buttonText="Show Less News"},showMore:function(){this.buttonText="Show More News"}}},f=(r(412),r(39)),O=Object(f.a)(d,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"container"},[r("div",{staticClass:"news"},[r("h3",[t._v("Featured News")]),t._v(" "),r("div",[0==t.news.length?r("div",{staticStyle:{"margin-top":"5rem","margin-bottom":"5rem"}},[r("h6",[t._v("There is currently nothing in the news. Check back soon!")])]):t._e(),t._v(" "),t._l(t.news.slice(0,3),(function(e){return r("b-card-group",[r("b-card",{attrs:{"no-body":""}},[e.frontmatter.src?r("b-row",{attrs:{"no-gutters":""}},[r("b-col",{attrs:{md:"4"}},[r("div",{staticClass:"cardcol"},[r("b-card-img",{staticClass:"image",attrs:{src:e.frontmatter.src,alt:e.frontmatter.alt}})],1)]),t._v(" "),r("b-col",{attrs:{md:"8"}},[r("b-card-body",{attrs:{title:e.frontmatter.articleTitle}},[r("b-card-text",{staticClass:"card-text-overflow"},[t._v(t._s(e.frontmatter.articleDescription))]),t._v(" "),r("b-button",{staticClass:"p1-button",attrs:{to:e.path}},[t._v("Learn More")])],1)],1)],1):r("b-row",{attrs:{"no-gutters":""}},[r("b-col",{attrs:{md:"4"}}),t._v(" "),r("b-col",{attrs:{md:"8"}},[r("b-card-body",{attrs:{title:e.frontmatter.articleTitle}},[r("b-card-text",{staticClass:"card-text-overflow"},[t._v(t._s(e.frontmatter.articleDescription))]),t._v(" "),r("b-button",{staticClass:"p1-button",attrs:{to:e.path}},[t._v("Learn More")])],1)],1)],1)],1)],1)})),t._v(" "),r("b-collapse",{staticClass:"mt-2",staticStyle:{"margin-top":"0 !important"},attrs:{id:"collapse-news"},on:{shown:t.showLess,hidden:t.showMore}},t._l(t.news.slice(3,t.news.length),(function(e){return r("b-card-group",{},[r("b-card",{attrs:{"no-body":""}},[e.frontmatter.src?r("b-row",{attrs:{"no-gutters":""}},[r("b-col",{attrs:{md:"4"}},[r("div",{staticClass:"cardcol"},[r("b-card-img",{staticClass:"image",attrs:{src:e.frontmatter.src,alt:e.frontmatter.alt}})],1)]),t._v(" "),r("b-col",{attrs:{md:"8"}},[r("b-card-body",{attrs:{title:e.frontmatter.articleTitle}},[r("b-card-text",[t._v(t._s(e.frontmatter.articleDescription))]),t._v(" "),r("b-button",{staticClass:"p1-button",attrs:{to:e.path}},[t._v("Learn More")])],1)],1)],1):r("b-row",{attrs:{"no-gutters":""}},[r("b-col",{attrs:{md:"4"}}),t._v(" "),r("b-col",{attrs:{md:"8"}},[r("b-card-body",{attrs:{title:e.frontmatter.articleTitle}},[r("b-card-text",{staticClass:"card-text-overflow"},[t._v(t._s(e.frontmatter.articleDescription))]),t._v(" "),r("b-button",{staticClass:"p1-button",attrs:{to:e.path}},[t._v("Learn More")])],1)],1)],1)],1)],1)})),1),t._v(" "),r("b-button",{directives:[{name:"show",rawName:"v-show",value:t.news.length>3,expression:"news.length > 3"},{name:"b-toggle",rawName:"v-b-toggle.collapse-news",modifiers:{"collapse-news":!0}}],staticClass:"p1-button",attrs:{variant:"primary"}},[t._v(t._s(t.buttonText))])],2)]),t._v(" "),r("hr")])}),[],!1,null,"19ae4ad8",null);e.default=O.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[11],{303:function(t,e,r){"use strict";e.a={props:{tag:{type:String,default:"div"},bgVariant:{type:String},borderVariant:{type:String},textVariant:{type:String}}}},314:function(t,e,r){"use strict";r.d(e,"b",(function(){return o})),r.d(e,"a",(function(){return c}));var n=r(297),a=r(296),o={src:{type:String,required:!0},alt:{type:String},top:{type:Boolean,default:!1},bottom:{type:Boolean,default:!1},start:{type:Boolean,default:!1},left:{type:Boolean,default:!1},end:{type:Boolean,default:!1},right:{type:Boolean,default:!1},height:{type:[Number,String]},width:{type:[Number,String]}},c=n.a.extend({name:"BCardImg",functional:!0,props:o,render:function(t,e){var r=e.props,n=e.data,o="card-img";return r.top?o+="-top":r.right||r.end?o+="-right":r.bottom?o+="-bottom":(r.left||r.start)&&(o+="-left"),t("img",Object(a.a)(n,{class:[o],attrs:{src:r.src||null,alt:r.alt||null,height:r.height||null,width:r.width||null}}))}})},316:function(t,e,r){"use strict";r.d(e,"b",(function(){return m})),r.d(e,"a",(function(){return v}));var n=r(296),a=r(297),o=r(298),c=r(303),i=r(301),s={title:{type:String},titleTag:{type:String,default:"h4"}},l=a.a.extend({name:"BCardTitle",functional:!0,props:s,render:function(t,e){var r=e.props,a=e.data,o=e.children;return t(r.titleTag,Object(n.a)(a,{staticClass:"card-title"}),o||Object(i.e)(r.title))}}),u=r(304),b="BCardSubTitle",p={subTitle:{type:String},subTitleTag:{type:String,default:"h6"},subTitleTextVariant:{type:String,default:function(){return Object(u.c)(b,"subTitleTextVariant")}}},d=a.a.extend({name:b,functional:!0,props:p,render:function(t,e){var r=e.props,a=e.data,o=e.children;return t(r.subTitleTag,Object(n.a)(a,{staticClass:"card-subtitle",class:[r.subTitleTextVariant?"text-".concat(r.subTitleTextVariant):null]}),o||Object(i.e)(r.subTitle))}});function f(t){return function(t){if(Array.isArray(t))return O(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return O(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return O(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function O(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function g(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function y(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?g(Object(r),!0).forEach((function(e){j(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):g(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function j(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var m=y(y(y(y({},Object(o.a)(c.a.props,o.c.bind(null,"body"))),{},{bodyClass:{type:[String,Object,Array]}},s),p),{},{overlay:{type:Boolean,default:!1}}),v=a.a.extend({name:"BCardBody",functional:!0,props:m,render:function(t,e){var r,a=e.props,c=e.data,i=e.children,u=t(),b=t(),O=i||[t()];return a.title&&(u=t(l,{props:Object(o.b)(s,a)})),a.subTitle&&(b=t(d,{props:Object(o.b)(p,a),class:["mb-2"]})),t(a.bodyTag,Object(n.a)(c,{staticClass:"card-body",class:[(r={"card-img-overlay":a.overlay},j(r,"bg-".concat(a.bodyBgVariant),a.bodyBgVariant),j(r,"border-".concat(a.bodyBorderVariant),a.bodyBorderVariant),j(r,"text-".concat(a.bodyTextVariant),a.bodyTextVariant),r),a.bodyClass||{}]}),[u,b].concat(f(O)))}})},323:function(t,e,r){"use strict";r.d(e,"a",(function(){return c}));var n=r(297),a=r(296),o={textTag:{type:String,default:"p"}},c=n.a.extend({name:"BCardText",functional:!0,props:o,render:function(t,e){var r=e.props,n=e.data,o=e.children;return t(r.textTag,Object(a.a)(n,{staticClass:"card-text"}),o)}})},324:function(t,e,r){"use strict";r.d(e,"a",(function(){return c}));var n=r(297),a=r(296),o={tag:{type:String,default:"div"},deck:{type:Boolean,default:!1},columns:{type:Boolean,default:!1}},c=n.a.extend({name:"BCardGroup",functional:!0,props:o,render:function(t,e){var r=e.props,n=e.data,o=e.children;return t(r.tag,Object(a.a)(n,{class:r.deck?"card-deck":r.columns?"card-columns":"card-group"}),o)}})},326:function(t,e,r){"use strict";r.d(e,"a",(function(){return B}));var n=r(296),a=r(297),o=r(305),c=r(308),i=r(298),s=r(303),l=r(316);function u(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function b(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?u(Object(r),!0).forEach((function(e){p(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function p(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var d=b(b({},Object(i.a)(s.a.props,i.c.bind(null,"header"))),{},{header:{type:String},headerHtml:{type:String},headerClass:{type:[String,Object,Array]}}),f=a.a.extend({name:"BCardHeader",functional:!0,props:d,render:function(t,e){var r,a=e.props,c=e.data,i=e.children,s=a.headerBgVariant,l=a.headerBorderVariant,u=a.headerTextVariant;return t(a.headerTag,Object(n.a)(c,{staticClass:"card-header",class:[a.headerClass,(r={},p(r,"bg-".concat(s),s),p(r,"border-".concat(l),l),p(r,"text-".concat(u),u),r)],domProps:i?{}:Object(o.a)(a.headerHtml,a.header)}),i)}});function O(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function g(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?O(Object(r),!0).forEach((function(e){y(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):O(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function y(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var j=g(g({},Object(i.a)(s.a.props,i.c.bind(null,"footer"))),{},{footer:{type:String},footerHtml:{type:String},footerClass:{type:[String,Object,Array]}}),m=a.a.extend({name:"BCardFooter",functional:!0,props:j,render:function(t,e){var r,a=e.props,c=e.data,i=e.children,s=a.footerBgVariant,l=a.footerBorderVariant,u=a.footerTextVariant;return t(a.footerTag,Object(n.a)(c,{staticClass:"card-footer",class:[a.footerClass,(r={},y(r,"bg-".concat(s),s),y(r,"border-".concat(l),l),y(r,"text-".concat(u),u),r)],domProps:i?{}:Object(o.a)(a.footerHtml,a.footer)}),i)}}),v=r(314);function h(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function w(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?h(Object(r),!0).forEach((function(e){S(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):h(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function S(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var P=Object(i.a)(v.b,i.c.bind(null,"img"));P.imgSrc.required=!1;var C=w(w(w(w(w(w({},l.b),d),j),P),Object(i.a)(s.a.props)),{},{align:{type:String},noBody:{type:Boolean,default:!1}}),B=a.a.extend({name:"BCard",functional:!0,props:C,render:function(t,e){var r,a=e.props,s=e.data,u=e.slots,b=e.scopedSlots,p=a.imgLeft,O=a.imgRight,g=a.imgStart,y=a.imgEnd,h=a.header,w=a.headerHtml,C=a.footer,B=a.footerHtml,x=a.align,T=a.textVariant,_=a.bgVariant,D=a.borderVariant,V=b||{},E=u(),k={},N=t(),A=t();if(a.imgSrc){var H=t(v.a,{props:Object(i.b)(P,a,i.e.bind(null,"img"))});a.imgBottom?A=H:N=H}var M=t(),L=Object(c.a)("header",V,E);(L||h||w)&&(M=t(f,{props:Object(i.b)(d,a),domProps:L?{}:Object(o.a)(w,h)},Object(c.b)("header",k,V,E)));var I=Object(c.b)("default",k,V,E);a.noBody||(I=t(l.a,{props:Object(i.b)(l.b,a)},I));var G=t();return(Object(c.a)("footer",V,E)||C||B)&&(G=t(m,{props:Object(i.b)(j,a),domProps:L?{}:Object(o.a)(B,C)},Object(c.b)("footer",k,V,E))),t(a.tag,Object(n.a)(s,{staticClass:"card",class:(r={"flex-row":p||g,"flex-row-reverse":(O||y)&&!(p||g)},S(r,"text-".concat(x),x),S(r,"bg-".concat(_),_),S(r,"border-".concat(D),D),S(r,"text-".concat(T),T),r)}),[N,M,I,G,A])}})},337:function(t,e,r){"use strict";r.d(e,"a",(function(){return j}));var n=r(296),a=r(306),o=r(313),c=r(302),i=r(304),s=r(300),l=r(298),u=r(301);function b(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function p(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var d=["start","end","center"],f=Object(o.a)((function(t,e){return(e=Object(u.f)(Object(u.e)(e)))?Object(u.b)(["row-cols",t,e].filter(a.a).join("-")):null})),O=Object(o.a)((function(t){return Object(u.b)(t.replace("cols",""))})),g=[],y=function(){var t=Object(i.b)().reduce((function(t,e){return t[Object(l.d)(e,"cols")]={type:[String,Number],default:null},t}),Object(s.c)(null));return g=Object(s.i)(t),function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?b(Object(r),!0).forEach((function(e){p(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):b(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}({tag:{type:String,default:"div"},noGutters:{type:Boolean,default:!1},alignV:{type:String,default:null,validator:function(t){return Object(c.a)(Object(c.b)(d,"baseline","stretch"),t)}},alignH:{type:String,default:null,validator:function(t){return Object(c.a)(Object(c.b)(d,"between","around"),t)}},alignContent:{type:String,default:null,validator:function(t){return Object(c.a)(Object(c.b)(d,"between","around","stretch"),t)}}},t)},j={name:"BRow",functional:!0,get props(){return delete this.props,this.props=y(),this.props},render:function(t,e){var r,a=e.props,o=e.data,c=e.children,i=[];return g.forEach((function(t){var e=f(O(t),a[t]);e&&i.push(e)})),i.push((p(r={"no-gutters":a.noGutters},"align-items-".concat(a.alignV),a.alignV),p(r,"justify-content-".concat(a.alignH),a.alignH),p(r,"align-content-".concat(a.alignContent),a.alignContent),r)),t(a.tag,Object(n.a)(o,{staticClass:"row",class:i}),c)}}},338:function(t,e,r){"use strict";r.d(e,"a",(function(){return v}));var n=r(296),a=r(306),o=r(313),c=r(302),i=r(304),s=r(299),l=r(300),u=r(298),b=r(301);function p(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function d(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?p(Object(r),!0).forEach((function(e){f(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):p(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function f(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var O=/^col-/,g=function(){return{type:[String,Number],default:null}},y=Object(o.a)((function(t,e,r){var n=t;if(!Object(s.h)(r)&&!1!==r)return e&&(n+="-".concat(e)),"col"!==t||""!==r&&!0!==r?(n+="-".concat(r),Object(b.b)(n)):Object(b.b)(n)})),j=Object(l.c)(null),m=function(){var t=Object(i.b)().filter(a.a),e=t.reduce((function(t,e){return e&&(t[e]={type:[Boolean,String,Number],default:!1}),t}),Object(l.c)(null)),r=t.reduce((function(t,e){return t[Object(u.d)(e,"offset")]=g(),t}),Object(l.c)(null)),n=t.reduce((function(t,e){return t[Object(u.d)(e,"order")]=g(),t}),Object(l.c)(null));return j=Object(l.a)(Object(l.c)(null),{col:Object(l.i)(e),offset:Object(l.i)(r),order:Object(l.i)(n)}),d(d(d(d({col:{type:Boolean,default:!1},cols:g()},e),{},{offset:g()},r),{},{order:g()},n),{},{alignSelf:{type:String,default:null,validator:function(t){return Object(c.a)(["auto","start","end","center","baseline","stretch"],t)}},tag:{type:String,default:"div"}})},v={name:"BCol",functional:!0,get props(){return delete this.props,this.props=m()},render:function(t,e){var r,a=e.props,o=e.data,c=e.children,i=[];for(var s in j)for(var l=j[s],u=0;u<l.length;u++){var b=y(s,l[u].replace(s,""),a[l[u]]);b&&i.push(b)}var p=i.some((function(t){return O.test(t)}));return i.push((f(r={col:a.col||!p&&!a.cols},"col-".concat(a.cols),a.cols),f(r,"offset-".concat(a.offset),a.offset),f(r,"order-".concat(a.order),a.order),f(r,"align-self-".concat(a.alignSelf),a.alignSelf),r)),t(a.tag,Object(n.a)(o,{class:i}),c)}}},342:function(t,e,r){},412:function(t,e,r){"use strict";var n=r(342);r.n(n).a},430:function(t,e,r){"use strict";r.r(e);r(86),r(315),r(88),r(87);var n=r(417),a=r(326),o=r(323),c=r(324),i=r(348),s=r(337),l=r(338),u=r(314),b=r(316),p=r(469);r(0).a.directive("b-toggle",n.e);var d={name:"NewsTemplate",components:{BCard:a.a,BCardText:o.a,BCardGroup:c.a,BButton:i.a,BRow:s.a,BCol:l.a,BCardImg:u.a,BCardBody:b.a,BCollapse:p.a},data:function(){return{news:[],buttonText:"Show More News"}},mounted:function(){var t=this;this.$site.pages.forEach((function(e){"news"===e.frontmatter.type&&(e.date=new Date(e.frontmatter.date),t.news.push(e))})),this.news.sort((function(t,e){return e.date-t.date}))},methods:{showLess:function(){this.buttonText="Show Less News"},showMore:function(){this.buttonText="Show More News"}}},f=(r(412),r(39)),O=Object(f.a)(d,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"container"},[r("div",{staticClass:"news"},[r("h3",[t._v("Featured News")]),t._v(" "),r("div",[0==t.news.length?r("div",{staticStyle:{"margin-top":"5rem","margin-bottom":"5rem"}},[r("h6",[t._v("There is currently nothing in the news. Check back soon!")])]):t._e(),t._v(" "),t._l(t.news.slice(0,3),(function(e){return r("b-card-group",[r("b-card",{attrs:{"no-body":""}},[e.frontmatter.src?r("b-row",{attrs:{"no-gutters":""}},[r("b-col",{attrs:{md:"4"}},[r("div",{staticClass:"cardcol"},[r("b-card-img",{staticClass:"image",attrs:{src:e.frontmatter.src,alt:e.frontmatter.alt}})],1)]),t._v(" "),r("b-col",{attrs:{md:"8"}},[r("b-card-body",{attrs:{title:e.frontmatter.articleTitle}},[r("b-card-text",{staticClass:"card-text-overflow"},[t._v(t._s(e.frontmatter.articleDescription))]),t._v(" "),r("b-button",{staticClass:"p1-button",attrs:{to:e.path}},[t._v("Learn More")])],1)],1)],1):r("b-row",{attrs:{"no-gutters":""}},[r("b-col",{attrs:{md:"4"}}),t._v(" "),r("b-col",{attrs:{md:"8"}},[r("b-card-body",{attrs:{title:e.frontmatter.articleTitle}},[r("b-card-text",{staticClass:"card-text-overflow"},[t._v(t._s(e.frontmatter.articleDescription))]),t._v(" "),r("b-button",{staticClass:"p1-button",attrs:{to:e.path}},[t._v("Learn More")])],1)],1)],1)],1)],1)})),t._v(" "),r("b-collapse",{staticClass:"mt-2",staticStyle:{"margin-top":"0 !important"},attrs:{id:"collapse-news"},on:{shown:t.showLess,hidden:t.showMore}},t._l(t.news.slice(3,t.news.length),(function(e){return r("b-card-group",{},[r("b-card",{attrs:{"no-body":""}},[e.frontmatter.src?r("b-row",{attrs:{"no-gutters":""}},[r("b-col",{attrs:{md:"4"}},[r("div",{staticClass:"cardcol"},[r("b-card-img",{staticClass:"image",attrs:{src:e.frontmatter.src,alt:e.frontmatter.alt}})],1)]),t._v(" "),r("b-col",{attrs:{md:"8"}},[r("b-card-body",{attrs:{title:e.frontmatter.articleTitle}},[r("b-card-text",[t._v(t._s(e.frontmatter.articleDescription))]),t._v(" "),r("b-button",{staticClass:"p1-button",attrs:{to:e.path}},[t._v("Learn More")])],1)],1)],1):r("b-row",{attrs:{"no-gutters":""}},[r("b-col",{attrs:{md:"4"}}),t._v(" "),r("b-col",{attrs:{md:"8"}},[r("b-card-body",{attrs:{title:e.frontmatter.articleTitle}},[r("b-card-text",{staticClass:"card-text-overflow"},[t._v(t._s(e.frontmatter.articleDescription))]),t._v(" "),r("b-button",{staticClass:"p1-button",attrs:{to:e.path}},[t._v("Learn More")])],1)],1)],1)],1)],1)})),1),t._v(" "),r("b-button",{directives:[{name:"show",rawName:"v-show",value:t.news.length>3,expression:"news.length > 3"},{name:"b-toggle",rawName:"v-b-toggle.collapse-news",modifiers:{"collapse-news":!0}}],staticClass:"p1-button",attrs:{variant:"primary"}},[t._v(t._s(t.buttonText))])],2)]),t._v(" "),r("hr")])}),[],!1,null,"19ae4ad8",null);e.default=O.exports}}]);
//# sourceMappingURL=11.js.map //# sourceMappingURL=11.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{327:function(t,e,a){t.exports=a.p+"assets/img/mfa_code_screen.71394efd.png"},359:function(t,e,a){t.exports=a.p+"assets/img/p1_sso_login_screen.9496ba97.png"},360:function(t,e,a){t.exports=a.p+"assets/img/p1_sso_register_screen.3263cb75.png"},361:function(t,e,a){t.exports=a.p+"assets/img/p1_sso_email_verification.b8be6902.png"},362:function(t,e,a){t.exports=a.p+"assets/img/p1_sso_email_validation.29232515.png"},363:function(t,e,a){t.exports=a.p+"assets/img/p1_sso_wo_mattermost_main_page.e5d6a5b3.png"},364:function(t,e,a){t.exports=a.p+"assets/img/forgot_password_screen.193cf237.png"},365:function(t,e,a){t.exports=a.p+"assets/img/reset_password_verification_email.44341091.png"},366:function(t,e,a){t.exports=a.p+"assets/img/password_reset_screen.91fe3886.png"},440:function(t,e,a){"use strict";a.r(e);var o=a(39),r=Object(o.a)({},(function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey},scopedSlots:t._u([{key:"related",fn:function(){return[o("p",[o("strong",[t._v("Related Articles")])]),t._v(" "),o("ul",[o("li",[o("RouterLink",{attrs:{to:"/faq/faq-articles/twofactor.html"}},[t._v("What is Two-Factor Authentication?")])],1)])]},proxy:!0},{key:"faq-content",fn:function(){return[o("h2",{attrs:{id:"how-do-i-create-a-p1-sso-account"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-do-i-create-a-p1-sso-account"}},[t._v("#")]),t._v(" How do I create a P1 SSO Account?")]),t._v(" "),o("hr"),t._v(" "),o("h5",{attrs:{id:"to-get-started-you-will-need"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#to-get-started-you-will-need"}},[t._v("#")]),t._v(" To get started, you will need:")]),t._v(" "),o("ul",[o("li",[o("p",[o("strong",[t._v("A web browser")])]),t._v(" "),o("ul",[o("li",[o("p",[t._v("Use a web browser on a computer to register.")])]),t._v(" "),o("li",[o("p",[t._v("Do not use Internet Explorer.")])])])]),t._v(" "),o("li",[o("p",[o("strong",[t._v("Mobile Device with Multi Factor Authentication (MFA)")])]),t._v(" "),o("ul",[o("li",[t._v("Use a mobile device with a Multi Factor Authentication (MFA) app, such as Google Authenticator or Authy.")])])]),t._v(" "),o("li",[o("p",[o("strong",[t._v("Government email address")])]),t._v(" "),o("ul",[o("li",[t._v("Have access to your government email address.")])])])]),t._v(" "),o("hr"),t._v(" "),o("h2",{attrs:{id:"new-user-registration"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#new-user-registration"}},[t._v("#")]),t._v(" New user registration")]),t._v(" "),o("ul",[o("li",[o("p",[t._v("For users who want to create a new SSO Account and gain access to Mattermost.")])]),t._v(" "),o("li",[o("p",[t._v("This process must be done from a web browser on a computer.")])]),t._v(" "),o("li",[o("p",[t._v("Do not use Internet Explorer.")])]),t._v(" "),o("li",[o("p",[t._v("Anyone can register now with any email, but if you don't have one that matches IL2 or IL4 and aren't using CAC, you will be dropped into the \"Randos\" group and only have access to Harbor/Repo1/IronBank")])])]),t._v(" "),o("h4",{attrs:{id:"step-1-register-on-your-desktop-with-cac"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#step-1-register-on-your-desktop-with-cac"}},[t._v("#")]),t._v(" Step 1: Register on your desktop with CAC")]),t._v(" "),o("p",[o("strong",[t._v("Desktop computer with a CAC installed registration:")])]),t._v(" "),o("ol",[o("li",[t._v("Go to "),o("a",{attrs:{href:"https://login.dsop.io",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://login.dsop.io"),o("OutboundLink")],1),t._v(" "),o("ul",[o("li",[o("strong",[t._v("Note:")]),t._v(" if your domain is whitelisted, you'll have to ignore the following and go to\n"),o("a",{attrs:{href:"https://chat.il2.dsop.io/",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://chat.il2.dsop.io/"),o("OutboundLink")],1),t._v(" or "),o("a",{attrs:{href:"https://chat.il4.dsop.io/",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://chat.il4.dsop.io/"),o("OutboundLink")],1),t._v(" to chat if you've got a CAC.")])])])]),t._v(" "),o("p",[o("img",{attrs:{src:a(359),alt:"alt Login Image"}})]),t._v(" "),o("ol",{attrs:{start:"2"}},[o("li",[o("p",[t._v("Enter your name.")])]),t._v(" "),o("li",[o("p",[t._v("Select affiliation- if you are a contractor working on platform 1, select yourself as")]),t._v(" "),o("p",[t._v("contractor.")])]),t._v(" "),o("li",[o("p",[t._v("Select N/A for Pay Grade unless specified.")])]),t._v(" "),o("li",[o("p",[t._v("Enter your unit, organization/company name, user name fields, and government email.")])]),t._v(" "),o("li",[o("p",[t._v("Access Request Notes can be blank unless specified.")])]),t._v(" "),o("li",[o("p",[t._v("Enter and confirm your password.")])]),t._v(" "),o("li",[o("p",[t._v("Click Register.")])])]),t._v(" "),o("p",[o("strong",[t._v("Note:")]),t._v(" If you are not sure who your team admin is or can't get a hold, email at "),o("a",{attrs:{href:"mailto:dod_p1chat_admin@afwerx.af.mil"}},[t._v("dod_p1chat_admin@afwerx.af.mil")]),t._v(".")]),t._v(" "),o("p",[o("img",{attrs:{src:a(360),alt:"alt Registration Example Picture"}})]),t._v(" "),o("hr"),t._v(" "),o("h4",{attrs:{id:"step-2-multi-factor-authentication-mfa-set-up"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#step-2-multi-factor-authentication-mfa-set-up"}},[t._v("#")]),t._v(" Step 2: Multi-factor authentication (MFA) set up")]),t._v(" "),o("ul",[o("li",[o("p",[o("strong",[t._v("Setup an MFA by scanning the QR code with your MFA app")])]),t._v(" "),o("ul",[o("li",[o("p",[t._v("You can set up an MFA after registering with CAC or an invite link.")])]),t._v(" "),o("li",[o("p",[t._v("Scan the QR code with your MFA app.")])]),t._v(" "),o("li",[o("p",[t._v("This will create a 6-digit pin that changes every 30 seconds.")])]),t._v(" "),o("li",[o("p",[t._v("You will need to enter the MFA 6-digit pin each time you login, so do not delete the MFA app.")])])])])]),t._v(" "),o("p",[o("img",{attrs:{src:a(327),alt:"alt MFA Authentication Screen Image"}})]),t._v(" "),o("ol",[o("li",[o("p",[t._v("Scan the QR code with your app, and enter the one time-code.")])]),t._v(" "),o("li",[o("p",[t._v("Enter device name if necessary (not required) and hit submit.")])])]),t._v(" "),o("hr"),t._v(" "),o("h4",{attrs:{id:"step-3-verify-your-email-address"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#step-3-verify-your-email-address"}},[t._v("#")]),t._v(" Step 3: Verify your email address")]),t._v(" "),o("ol",[o("li",[o("p",[t._v("Verify your email address by checking your email for a link.")])]),t._v(" "),o("li",[o("p",[t._v('Click "Link to e-mail address verification" or copy the URL to')])])]),t._v(" "),o("p",[t._v("a web browser.")]),t._v(" "),o("p",[o("img",{attrs:{src:a(361),alt:"alt Email Verification Screen Image"}})]),t._v(" "),o("ol",{attrs:{start:"3"}},[o("li",[o("p",[t._v('Verify by clicking "Click here to proceed."')])]),t._v(" "),o("li",[o("p",[t._v('On the next screen, click "Back to Application."')])])]),t._v(" "),o("p",[o("img",{attrs:{src:a(362),alt:"alt Email Validation Scree Image"}})]),t._v(" "),o("hr"),t._v(" "),o("h4",{attrs:{id:"step-4-your-account-has-been-created"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#step-4-your-account-has-been-created"}},[t._v("#")]),t._v(" Step 4: Your account has been created")]),t._v(" "),o("ol",[o("li",[o("p",[t._v("Go to "),o("a",{attrs:{href:"https://chat.collab.cdl.af.mil/",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://chat.collab.cdl.af.mil/"),o("OutboundLink")],1),t._v(" to access Mattermost.")])]),t._v(" "),o("li",[o("p",[t._v("Go to "),o("a",{attrs:{href:"http://chat.il2.dsop.io",target:"_blank",rel:"noopener noreferrer"}},[t._v("http://chat.il2.dsop.io/"),o("OutboundLink")],1),t._v(" for IL2 Mattermost instance.")])]),t._v(" "),o("li",[o("p",[t._v('Click "Platform One SSO."')])]),t._v(" "),o("li",[o("p",[t._v("Login with the credentials you created.")])]),t._v(" "),o("li",[o("p",[t._v("You will be asked to join a team after logging in.")])]),t._v(" "),o("li",[o("p",[t._v('Select the "Welcome" team and join the "Team Access Request" public channel')])])]),t._v(" "),o("p",[t._v("to request your team.")]),t._v(" "),o("ol",{attrs:{start:"5"}},[o("li",[t._v("If desired, you can update the rest of your profile.")])]),t._v(" "),o("hr"),t._v(" "),o("h2",{attrs:{id:"how-to-create-an-sso-account-if-you-have-a-mattermost-account"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-to-create-an-sso-account-if-you-have-a-mattermost-account"}},[t._v("#")]),t._v(" How to create an SSO account if you have a Mattermost account:")]),t._v(" "),o("ul",[o("li",[o("p",[t._v("This process must be done from a web browser on a computer.")])]),t._v(" "),o("li",[o("p",[t._v("Do not use Internet Explorer.")])])]),t._v(" "),o("ol",[o("li",[t._v("Go to "),o("a",{attrs:{href:"https://chat.collab.cdl.af.mil/",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://chat.collab.cdl.af.mil/"),o("OutboundLink")],1),t._v(".")])]),t._v(" "),o("p",[o("img",{attrs:{src:a(363),alt:"alt Main Page Image for Setup"}})]),t._v(" "),o("ol",{attrs:{start:"2"}},[o("li",[o("p",[t._v("Click Platform One SSO.")])]),t._v(" "),o("li",[o("p",[t._v('Click "Forgot Password."')])])]),t._v(" "),o("p",[o("img",{attrs:{src:a(364),alt:"alt Login Screen Pointing to Reset Password link"}})]),t._v(" "),o("ol",{attrs:{start:"4"}},[o("li",[o("p",[t._v("Enter your email in the next screen.")])]),t._v(" "),o("li",[o("p",[t._v("Check your email to find a link to reset your credentials.")])]),t._v(" "),o("li",[o("p",[t._v('Click "Link to reset credentials" or copy the URL into a web browser.')])])]),t._v(" "),o("p",[o("img",{attrs:{src:a(365),alt:"alt Reset Password Email Verification Image"}})]),t._v(" "),o("ol",{attrs:{start:"6"}},[o("li",[o("p",[t._v("You will be sent to the page where you scan the QR code.")])]),t._v(" "),o("li",[o("p",[t._v("Scan the QR code using your MFA app.")]),t._v(" "),o("ul",[o("li",[t._v("The QR code will reset if your MFA pin is not accepted or entered incorrectly, if this happens then re-scan the QR code.")])])]),t._v(" "),o("li",[o("p",[t._v("Create a new password.")]),t._v(" "),o("ul",[o("li",[t._v("You can use the same password as your Mattermost account, but it must have at least two special characters.")])])]),t._v(" "),o("li",[o("p",[t._v("You are now logged into Mattermost.")])])]),t._v(" "),o("p",[o("strong",[t._v('From here on, you will be using the blue "Platform One SSO" button on Mattermost login screen to log into your account using the username, password, and MFA you just setup.')])]),t._v(" "),o("p",[o("img",{attrs:{src:a(366),alt:"alt Password Reset Screen Image"}})]),t._v(" "),o("p",[o("strong",[t._v("NOTE")])]),t._v(" "),o("ul",[o("li",[t._v('For mobile app, select the purple "GitLab" button to log into P1 SSO. This is a')])]),t._v(" "),o("p",[t._v("known issue.")])]},proxy:!0}])},[o("PageHeader"),t._v(" "),o("FaqTemplate")],1)}),[],!1,null,null,null);e.default=r.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[14],{327:function(t,e,a){t.exports=a.p+"assets/img/mfa_code_screen.71394efd.png"},359:function(t,e,a){t.exports=a.p+"assets/img/p1_sso_login_screen.9496ba97.png"},360:function(t,e,a){t.exports=a.p+"assets/img/p1_sso_register_screen.3263cb75.png"},361:function(t,e,a){t.exports=a.p+"assets/img/p1_sso_email_verification.b8be6902.png"},362:function(t,e,a){t.exports=a.p+"assets/img/p1_sso_email_validation.29232515.png"},363:function(t,e,a){t.exports=a.p+"assets/img/p1_sso_wo_mattermost_main_page.e5d6a5b3.png"},364:function(t,e,a){t.exports=a.p+"assets/img/forgot_password_screen.193cf237.png"},365:function(t,e,a){t.exports=a.p+"assets/img/reset_password_verification_email.44341091.png"},366:function(t,e,a){t.exports=a.p+"assets/img/password_reset_screen.91fe3886.png"},438:function(t,e,a){"use strict";a.r(e);var o=a(39),r=Object(o.a)({},(function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey},scopedSlots:t._u([{key:"related",fn:function(){return[o("p",[o("strong",[t._v("Related Articles")])]),t._v(" "),o("ul",[o("li",[o("RouterLink",{attrs:{to:"/faq/faq-articles/twofactor.html"}},[t._v("What is Two-Factor Authentication?")])],1)])]},proxy:!0},{key:"faq-content",fn:function(){return[o("h2",{attrs:{id:"how-do-i-create-a-p1-sso-account"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-do-i-create-a-p1-sso-account"}},[t._v("#")]),t._v(" How do I create a P1 SSO Account?")]),t._v(" "),o("hr"),t._v(" "),o("h5",{attrs:{id:"to-get-started-you-will-need"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#to-get-started-you-will-need"}},[t._v("#")]),t._v(" To get started, you will need:")]),t._v(" "),o("ul",[o("li",[o("p",[o("strong",[t._v("A web browser")])]),t._v(" "),o("ul",[o("li",[o("p",[t._v("Use a web browser on a computer to register.")])]),t._v(" "),o("li",[o("p",[t._v("Do not use Internet Explorer.")])])])]),t._v(" "),o("li",[o("p",[o("strong",[t._v("Mobile Device with Multi Factor Authentication (MFA)")])]),t._v(" "),o("ul",[o("li",[t._v("Use a mobile device with a Multi Factor Authentication (MFA) app, such as Google Authenticator or Authy.")])])]),t._v(" "),o("li",[o("p",[o("strong",[t._v("Government email address")])]),t._v(" "),o("ul",[o("li",[t._v("Have access to your government email address.")])])])]),t._v(" "),o("hr"),t._v(" "),o("h2",{attrs:{id:"new-user-registration"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#new-user-registration"}},[t._v("#")]),t._v(" New user registration")]),t._v(" "),o("ul",[o("li",[o("p",[t._v("For users who want to create a new SSO Account and gain access to Mattermost.")])]),t._v(" "),o("li",[o("p",[t._v("This process must be done from a web browser on a computer.")])]),t._v(" "),o("li",[o("p",[t._v("Do not use Internet Explorer.")])]),t._v(" "),o("li",[o("p",[t._v("Anyone can register now with any email, but if you don't have one that matches IL2 or IL4 and aren't using CAC, you will be dropped into the \"Randos\" group and only have access to Harbor/Repo1/IronBank")])])]),t._v(" "),o("h4",{attrs:{id:"step-1-register-on-your-desktop-with-cac"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#step-1-register-on-your-desktop-with-cac"}},[t._v("#")]),t._v(" Step 1: Register on your desktop with CAC")]),t._v(" "),o("p",[o("strong",[t._v("Desktop computer with a CAC installed registration:")])]),t._v(" "),o("ol",[o("li",[t._v("Go to "),o("a",{attrs:{href:"https://login.dsop.io",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://login.dsop.io"),o("OutboundLink")],1),t._v(" "),o("ul",[o("li",[o("strong",[t._v("Note:")]),t._v(" if your domain is whitelisted, you'll have to ignore the following and go to\n"),o("a",{attrs:{href:"https://chat.il2.dsop.io/",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://chat.il2.dsop.io/"),o("OutboundLink")],1),t._v(" or "),o("a",{attrs:{href:"https://chat.il4.dsop.io/",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://chat.il4.dsop.io/"),o("OutboundLink")],1),t._v(" to chat if you've got a CAC.")])])])]),t._v(" "),o("p",[o("img",{attrs:{src:a(359),alt:"alt Login Image"}})]),t._v(" "),o("ol",{attrs:{start:"2"}},[o("li",[o("p",[t._v("Enter your name.")])]),t._v(" "),o("li",[o("p",[t._v("Select affiliation- if you are a contractor working on platform 1, select yourself as")]),t._v(" "),o("p",[t._v("contractor.")])]),t._v(" "),o("li",[o("p",[t._v("Select N/A for Pay Grade unless specified.")])]),t._v(" "),o("li",[o("p",[t._v("Enter your unit, organization/company name, user name fields, and government email.")])]),t._v(" "),o("li",[o("p",[t._v("Access Request Notes can be blank unless specified.")])]),t._v(" "),o("li",[o("p",[t._v("Enter and confirm your password.")])]),t._v(" "),o("li",[o("p",[t._v("Click Register.")])])]),t._v(" "),o("p",[o("strong",[t._v("Note:")]),t._v(" If you are not sure who your team admin is or can't get a hold, email at "),o("a",{attrs:{href:"mailto:dod_p1chat_admin@afwerx.af.mil"}},[t._v("dod_p1chat_admin@afwerx.af.mil")]),t._v(".")]),t._v(" "),o("p",[o("img",{attrs:{src:a(360),alt:"alt Registration Example Picture"}})]),t._v(" "),o("hr"),t._v(" "),o("h4",{attrs:{id:"step-2-multi-factor-authentication-mfa-set-up"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#step-2-multi-factor-authentication-mfa-set-up"}},[t._v("#")]),t._v(" Step 2: Multi-factor authentication (MFA) set up")]),t._v(" "),o("ul",[o("li",[o("p",[o("strong",[t._v("Setup an MFA by scanning the QR code with your MFA app")])]),t._v(" "),o("ul",[o("li",[o("p",[t._v("You can set up an MFA after registering with CAC or an invite link.")])]),t._v(" "),o("li",[o("p",[t._v("Scan the QR code with your MFA app.")])]),t._v(" "),o("li",[o("p",[t._v("This will create a 6-digit pin that changes every 30 seconds.")])]),t._v(" "),o("li",[o("p",[t._v("You will need to enter the MFA 6-digit pin each time you login, so do not delete the MFA app.")])])])])]),t._v(" "),o("p",[o("img",{attrs:{src:a(327),alt:"alt MFA Authentication Screen Image"}})]),t._v(" "),o("ol",[o("li",[o("p",[t._v("Scan the QR code with your app, and enter the one time-code.")])]),t._v(" "),o("li",[o("p",[t._v("Enter device name if necessary (not required) and hit submit.")])])]),t._v(" "),o("hr"),t._v(" "),o("h4",{attrs:{id:"step-3-verify-your-email-address"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#step-3-verify-your-email-address"}},[t._v("#")]),t._v(" Step 3: Verify your email address")]),t._v(" "),o("ol",[o("li",[o("p",[t._v("Verify your email address by checking your email for a link.")])]),t._v(" "),o("li",[o("p",[t._v('Click "Link to e-mail address verification" or copy the URL to')])])]),t._v(" "),o("p",[t._v("a web browser.")]),t._v(" "),o("p",[o("img",{attrs:{src:a(361),alt:"alt Email Verification Screen Image"}})]),t._v(" "),o("ol",{attrs:{start:"3"}},[o("li",[o("p",[t._v('Verify by clicking "Click here to proceed."')])]),t._v(" "),o("li",[o("p",[t._v('On the next screen, click "Back to Application."')])])]),t._v(" "),o("p",[o("img",{attrs:{src:a(362),alt:"alt Email Validation Scree Image"}})]),t._v(" "),o("hr"),t._v(" "),o("h4",{attrs:{id:"step-4-your-account-has-been-created"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#step-4-your-account-has-been-created"}},[t._v("#")]),t._v(" Step 4: Your account has been created")]),t._v(" "),o("ol",[o("li",[o("p",[t._v("Go to "),o("a",{attrs:{href:"https://chat.collab.cdl.af.mil/",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://chat.collab.cdl.af.mil/"),o("OutboundLink")],1),t._v(" to access Mattermost.")])]),t._v(" "),o("li",[o("p",[t._v("Go to "),o("a",{attrs:{href:"http://chat.il2.dsop.io",target:"_blank",rel:"noopener noreferrer"}},[t._v("http://chat.il2.dsop.io/"),o("OutboundLink")],1),t._v(" for IL2 Mattermost instance.")])]),t._v(" "),o("li",[o("p",[t._v('Click "Platform One SSO."')])]),t._v(" "),o("li",[o("p",[t._v("Login with the credentials you created.")])]),t._v(" "),o("li",[o("p",[t._v("You will be asked to join a team after logging in.")])]),t._v(" "),o("li",[o("p",[t._v('Select the "Welcome" team and join the "Team Access Request" public channel')])])]),t._v(" "),o("p",[t._v("to request your team.")]),t._v(" "),o("ol",{attrs:{start:"5"}},[o("li",[t._v("If desired, you can update the rest of your profile.")])]),t._v(" "),o("hr"),t._v(" "),o("h2",{attrs:{id:"how-to-create-an-sso-account-if-you-have-a-mattermost-account"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-to-create-an-sso-account-if-you-have-a-mattermost-account"}},[t._v("#")]),t._v(" How to create an SSO account if you have a Mattermost account:")]),t._v(" "),o("ul",[o("li",[o("p",[t._v("This process must be done from a web browser on a computer.")])]),t._v(" "),o("li",[o("p",[t._v("Do not use Internet Explorer.")])])]),t._v(" "),o("ol",[o("li",[t._v("Go to "),o("a",{attrs:{href:"https://chat.collab.cdl.af.mil/",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://chat.collab.cdl.af.mil/"),o("OutboundLink")],1),t._v(".")])]),t._v(" "),o("p",[o("img",{attrs:{src:a(363),alt:"alt Main Page Image for Setup"}})]),t._v(" "),o("ol",{attrs:{start:"2"}},[o("li",[o("p",[t._v("Click Platform One SSO.")])]),t._v(" "),o("li",[o("p",[t._v('Click "Forgot Password."')])])]),t._v(" "),o("p",[o("img",{attrs:{src:a(364),alt:"alt Login Screen Pointing to Reset Password link"}})]),t._v(" "),o("ol",{attrs:{start:"4"}},[o("li",[o("p",[t._v("Enter your email in the next screen.")])]),t._v(" "),o("li",[o("p",[t._v("Check your email to find a link to reset your credentials.")])]),t._v(" "),o("li",[o("p",[t._v('Click "Link to reset credentials" or copy the URL into a web browser.')])])]),t._v(" "),o("p",[o("img",{attrs:{src:a(365),alt:"alt Reset Password Email Verification Image"}})]),t._v(" "),o("ol",{attrs:{start:"6"}},[o("li",[o("p",[t._v("You will be sent to the page where you scan the QR code.")])]),t._v(" "),o("li",[o("p",[t._v("Scan the QR code using your MFA app.")]),t._v(" "),o("ul",[o("li",[t._v("The QR code will reset if your MFA pin is not accepted or entered incorrectly, if this happens then re-scan the QR code.")])])]),t._v(" "),o("li",[o("p",[t._v("Create a new password.")]),t._v(" "),o("ul",[o("li",[t._v("You can use the same password as your Mattermost account, but it must have at least two special characters.")])])]),t._v(" "),o("li",[o("p",[t._v("You are now logged into Mattermost.")])])]),t._v(" "),o("p",[o("strong",[t._v('From here on, you will be using the blue "Platform One SSO" button on Mattermost login screen to log into your account using the username, password, and MFA you just setup.')])]),t._v(" "),o("p",[o("img",{attrs:{src:a(366),alt:"alt Password Reset Screen Image"}})]),t._v(" "),o("p",[o("strong",[t._v("NOTE")])]),t._v(" "),o("ul",[o("li",[t._v('For mobile app, select the purple "GitLab" button to log into P1 SSO. This is a')])]),t._v(" "),o("p",[t._v("known issue.")])]},proxy:!0}])},[o("PageHeader"),t._v(" "),o("FaqTemplate")],1)}),[],!1,null,null,null);e.default=r.exports}}]);
//# sourceMappingURL=14.js.map //# sourceMappingURL=14.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{298:function(t,e,r){"use strict";r.d(e,"c",(function(){return a})),r.d(e,"e",(function(){return s})),r.d(e,"d",(function(){return u})),r.d(e,"a",(function(){return l})),r.d(e,"b",(function(){return f}));var n=r(306),c=r(302),o=r(300),i=r(301),a=function(t,e){return t+Object(i.g)(e)},s=function(t,e){return Object(i.c)(e.replace(t,""))},u=function(t,e){return e+(t?Object(i.g)(t):"")},l=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:n.a;if(Object(c.d)(t))return t.map(e);var r={};for(var i in t)Object(o.f)(t,i)&&(r[e(i)]=Object(o.g)(t[i])?Object(o.b)(t[i]):t[i]);return r},f=function(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:n.a;return(Object(c.d)(t)?t.slice():Object(o.i)(t)).reduce((function(t,n){return t[r(n)]=e[n],t}),{})}},315:function(t,e,r){"use strict";var n=r(1),c=r(20),o=r(11),i=r(2),a=r(40),s=[],u=s.sort,l=i((function(){s.sort(void 0)})),f=i((function(){s.sort(null)})),b=a("sort");n({target:"Array",proto:!0,forced:l||!f||!b},{sort:function(t){return void 0===t?u.call(o(this)):u.call(o(this),c(t))}})},336:function(t,e,r){"use strict";r.d(e,"a",(function(){return j}));var n=r(296),c=r(306),o=r(313),i=r(302),a=r(304),s=r(300),u=r(298),l=r(301);function f(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function b(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var p=["start","end","center"],d=Object(o.a)((function(t,e){return(e=Object(l.f)(Object(l.e)(e)))?Object(l.b)(["row-cols",t,e].filter(c.a).join("-")):null})),v=Object(o.a)((function(t){return Object(l.b)(t.replace("cols",""))})),h=[],O=function(){var t=Object(a.b)().reduce((function(t,e){return t[Object(u.d)(e,"cols")]={type:[String,Number],default:null},t}),Object(s.c)(null));return h=Object(s.i)(t),function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?f(Object(r),!0).forEach((function(e){b(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):f(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}({tag:{type:String,default:"div"},noGutters:{type:Boolean,default:!1},alignV:{type:String,default:null,validator:function(t){return Object(i.a)(Object(i.b)(p,"baseline","stretch"),t)}},alignH:{type:String,default:null,validator:function(t){return Object(i.a)(Object(i.b)(p,"between","around"),t)}},alignContent:{type:String,default:null,validator:function(t){return Object(i.a)(Object(i.b)(p,"between","around","stretch"),t)}}},t)},j={name:"BRow",functional:!0,get props(){return delete this.props,this.props=O(),this.props},render:function(t,e){var r,c=e.props,o=e.data,i=e.children,a=[];return h.forEach((function(t){var e=d(v(t),c[t]);e&&a.push(e)})),a.push((b(r={"no-gutters":c.noGutters},"align-items-".concat(c.alignV),c.alignV),b(r,"justify-content-".concat(c.alignH),c.alignH),b(r,"align-content-".concat(c.alignContent),c.alignContent),r)),t(c.tag,Object(n.a)(o,{staticClass:"row",class:a}),i)}}},337:function(t,e,r){"use strict";r.d(e,"a",(function(){return w}));var n=r(296),c=r(306),o=r(313),i=r(302),a=r(304),s=r(299),u=r(300),l=r(298),f=r(301);function b(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function p(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?b(Object(r),!0).forEach((function(e){d(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):b(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function d(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var v=/^col-/,h=function(){return{type:[String,Number],default:null}},O=Object(o.a)((function(t,e,r){var n=t;if(!Object(s.h)(r)&&!1!==r)return e&&(n+="-".concat(e)),"col"!==t||""!==r&&!0!==r?(n+="-".concat(r),Object(f.b)(n)):Object(f.b)(n)})),j=Object(u.c)(null),g=function(){var t=Object(a.b)().filter(c.a),e=t.reduce((function(t,e){return e&&(t[e]={type:[Boolean,String,Number],default:!1}),t}),Object(u.c)(null)),r=t.reduce((function(t,e){return t[Object(l.d)(e,"offset")]=h(),t}),Object(u.c)(null)),n=t.reduce((function(t,e){return t[Object(l.d)(e,"order")]=h(),t}),Object(u.c)(null));return j=Object(u.a)(Object(u.c)(null),{col:Object(u.i)(e),offset:Object(u.i)(r),order:Object(u.i)(n)}),p(p(p(p({col:{type:Boolean,default:!1},cols:h()},e),{},{offset:h()},r),{},{order:h()},n),{},{alignSelf:{type:String,default:null,validator:function(t){return Object(i.a)(["auto","start","end","center","baseline","stretch"],t)}},tag:{type:String,default:"div"}})},w={name:"BCol",functional:!0,get props(){return delete this.props,this.props=g()},render:function(t,e){var r,c=e.props,o=e.data,i=e.children,a=[];for(var s in j)for(var u=j[s],l=0;l<u.length;l++){var f=O(s,u[l].replace(s,""),c[u[l]]);f&&a.push(f)}var b=a.some((function(t){return v.test(t)}));return a.push((d(r={col:c.col||!b&&!c.cols},"col-".concat(c.cols),c.cols),d(r,"offset-".concat(c.offset),c.offset),d(r,"order-".concat(c.order),c.order),d(r,"align-self-".concat(c.alignSelf),c.alignSelf),r)),t(c.tag,Object(n.a)(o,{class:a}),i)}}},341:function(t,e,r){},411:function(t,e,r){"use strict";var n=r(341);r.n(n).a},429:function(t,e,r){"use strict";r.r(e);r(86),r(315),r(88),r(87);var n=r(337),c=r(336),o={name:"NewsPage",components:{BCol:n.a,BRow:c.a},data:function(){return{news:[],currentNewsIndex:0,prev:null,next:null}},mounted:function(){var t=this;this.$site.pages.forEach((function(e){"news"===e.frontmatter.type&&(e.date=new Date(e.frontmatter.date),t.news.push(e))})),this.news.sort((function(t,e){return e.date-t.date}));var e=0;this.news.forEach((function(r){r.path===t.$page.path&&(t.currentNewsIndex=e),e++}));var r=function(t,e){return(t%e+e)%e};this.currentNewsIndex-1>=0&&(this.prev=this.news[r(this.currentNewsIndex-1,this.news.length)]),this.currentNewsIndex+1<=this.news.length-1&&(this.next=this.news[r(this.currentNewsIndex+1,this.news.length)])}},i=(r(411),r(39)),a=Object(i.a)(o,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"container"},[r("div",{staticClass:"header"},[r("h2",[t._v(" "+t._s(this.$frontmatter.articleTitle)+" ")]),t._v(" "),r("h3",{staticStyle:{color:"#4A4A4A"}},[t._v(" "+t._s(this.$frontmatter.intro)+" ")]),t._v(" "),r("b-row",[r("b-col",{attrs:{md:"6"}},[r("h6",{staticStyle:{color:"#A0A0A0"}},[t._v(" by "+t._s(this.$frontmatter.author))])]),t._v(" "),r("b-col",{attrs:{md:"6"}},[r("h6",{staticStyle:{color:"#A0A0A0"}},[t._v(t._s(this.$frontmatter.date)+" ")])])],1)],1),t._v(" "),"/Enterprise-Collaboration_logo.png"!=this.$frontmatter.src?r("div",[r("hr"),t._v(" "),r("img",{staticClass:"news-img",attrs:{src:this.$frontmatter.src}}),t._v(" "),r("hr")]):t._e(),t._v(" "),r("div",{staticClass:"news-content"},[r("Content",{attrs:{"slot-key":"news-info"}})],1),t._v(" "),r("hr"),t._v(" "),r("div",{staticClass:"footer"},[r("div",{staticClass:"row"},[r("div",{staticClass:"col"},[t._m(0),t._v(" "),r("div",{staticClass:"router-col"},[this.prev?r("router-link",{attrs:{to:this.prev.path}},[t._v(" \n "+t._s(this.prev.frontmatter.articleTitle)+" \n ")]):r("p",[t._v("No newer articles")])],1)]),t._v(" "),r("div",{staticClass:"col"},[t._m(1),t._v(" "),r("div",{staticClass:"router-col"},[this.next?r("router-link",{attrs:{to:this.next.path}},[t._v(" \n "+t._s(this.next.frontmatter.articleTitle)+"\n ")]):r("p",[t._v("No older articles")])],1)])])])])}),[function(){var t=this.$createElement,e=this._self._c||t;return e("p",[e("strong",[this._v(" Previous Post ")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("p",[e("strong",[this._v(" Next Post ")])])}],!1,null,"857b7f7c",null);e.default=a.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[15],{298:function(t,e,r){"use strict";r.d(e,"c",(function(){return a})),r.d(e,"e",(function(){return s})),r.d(e,"d",(function(){return u})),r.d(e,"a",(function(){return l})),r.d(e,"b",(function(){return f}));var n=r(306),c=r(302),o=r(300),i=r(301),a=function(t,e){return t+Object(i.g)(e)},s=function(t,e){return Object(i.c)(e.replace(t,""))},u=function(t,e){return e+(t?Object(i.g)(t):"")},l=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:n.a;if(Object(c.d)(t))return t.map(e);var r={};for(var i in t)Object(o.f)(t,i)&&(r[e(i)]=Object(o.g)(t[i])?Object(o.b)(t[i]):t[i]);return r},f=function(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:n.a;return(Object(c.d)(t)?t.slice():Object(o.i)(t)).reduce((function(t,n){return t[r(n)]=e[n],t}),{})}},315:function(t,e,r){"use strict";var n=r(1),c=r(20),o=r(11),i=r(2),a=r(40),s=[],u=s.sort,l=i((function(){s.sort(void 0)})),f=i((function(){s.sort(null)})),b=a("sort");n({target:"Array",proto:!0,forced:l||!f||!b},{sort:function(t){return void 0===t?u.call(o(this)):u.call(o(this),c(t))}})},337:function(t,e,r){"use strict";r.d(e,"a",(function(){return j}));var n=r(296),c=r(306),o=r(313),i=r(302),a=r(304),s=r(300),u=r(298),l=r(301);function f(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function b(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var p=["start","end","center"],d=Object(o.a)((function(t,e){return(e=Object(l.f)(Object(l.e)(e)))?Object(l.b)(["row-cols",t,e].filter(c.a).join("-")):null})),v=Object(o.a)((function(t){return Object(l.b)(t.replace("cols",""))})),h=[],O=function(){var t=Object(a.b)().reduce((function(t,e){return t[Object(u.d)(e,"cols")]={type:[String,Number],default:null},t}),Object(s.c)(null));return h=Object(s.i)(t),function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?f(Object(r),!0).forEach((function(e){b(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):f(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}({tag:{type:String,default:"div"},noGutters:{type:Boolean,default:!1},alignV:{type:String,default:null,validator:function(t){return Object(i.a)(Object(i.b)(p,"baseline","stretch"),t)}},alignH:{type:String,default:null,validator:function(t){return Object(i.a)(Object(i.b)(p,"between","around"),t)}},alignContent:{type:String,default:null,validator:function(t){return Object(i.a)(Object(i.b)(p,"between","around","stretch"),t)}}},t)},j={name:"BRow",functional:!0,get props(){return delete this.props,this.props=O(),this.props},render:function(t,e){var r,c=e.props,o=e.data,i=e.children,a=[];return h.forEach((function(t){var e=d(v(t),c[t]);e&&a.push(e)})),a.push((b(r={"no-gutters":c.noGutters},"align-items-".concat(c.alignV),c.alignV),b(r,"justify-content-".concat(c.alignH),c.alignH),b(r,"align-content-".concat(c.alignContent),c.alignContent),r)),t(c.tag,Object(n.a)(o,{staticClass:"row",class:a}),i)}}},338:function(t,e,r){"use strict";r.d(e,"a",(function(){return w}));var n=r(296),c=r(306),o=r(313),i=r(302),a=r(304),s=r(299),u=r(300),l=r(298),f=r(301);function b(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function p(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?b(Object(r),!0).forEach((function(e){d(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):b(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function d(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var v=/^col-/,h=function(){return{type:[String,Number],default:null}},O=Object(o.a)((function(t,e,r){var n=t;if(!Object(s.h)(r)&&!1!==r)return e&&(n+="-".concat(e)),"col"!==t||""!==r&&!0!==r?(n+="-".concat(r),Object(f.b)(n)):Object(f.b)(n)})),j=Object(u.c)(null),g=function(){var t=Object(a.b)().filter(c.a),e=t.reduce((function(t,e){return e&&(t[e]={type:[Boolean,String,Number],default:!1}),t}),Object(u.c)(null)),r=t.reduce((function(t,e){return t[Object(l.d)(e,"offset")]=h(),t}),Object(u.c)(null)),n=t.reduce((function(t,e){return t[Object(l.d)(e,"order")]=h(),t}),Object(u.c)(null));return j=Object(u.a)(Object(u.c)(null),{col:Object(u.i)(e),offset:Object(u.i)(r),order:Object(u.i)(n)}),p(p(p(p({col:{type:Boolean,default:!1},cols:h()},e),{},{offset:h()},r),{},{order:h()},n),{},{alignSelf:{type:String,default:null,validator:function(t){return Object(i.a)(["auto","start","end","center","baseline","stretch"],t)}},tag:{type:String,default:"div"}})},w={name:"BCol",functional:!0,get props(){return delete this.props,this.props=g()},render:function(t,e){var r,c=e.props,o=e.data,i=e.children,a=[];for(var s in j)for(var u=j[s],l=0;l<u.length;l++){var f=O(s,u[l].replace(s,""),c[u[l]]);f&&a.push(f)}var b=a.some((function(t){return v.test(t)}));return a.push((d(r={col:c.col||!b&&!c.cols},"col-".concat(c.cols),c.cols),d(r,"offset-".concat(c.offset),c.offset),d(r,"order-".concat(c.order),c.order),d(r,"align-self-".concat(c.alignSelf),c.alignSelf),r)),t(c.tag,Object(n.a)(o,{class:a}),i)}}},341:function(t,e,r){},411:function(t,e,r){"use strict";var n=r(341);r.n(n).a},429:function(t,e,r){"use strict";r.r(e);r(86),r(315),r(88),r(87);var n=r(338),c=r(337),o={name:"NewsPage",components:{BCol:n.a,BRow:c.a},data:function(){return{news:[],currentNewsIndex:0,prev:null,next:null}},mounted:function(){var t=this;this.$site.pages.forEach((function(e){"news"===e.frontmatter.type&&(e.date=new Date(e.frontmatter.date),t.news.push(e))})),this.news.sort((function(t,e){return e.date-t.date}));var e=0;this.news.forEach((function(r){r.path===t.$page.path&&(t.currentNewsIndex=e),e++}));var r=function(t,e){return(t%e+e)%e};this.currentNewsIndex-1>=0&&(this.prev=this.news[r(this.currentNewsIndex-1,this.news.length)]),this.currentNewsIndex+1<=this.news.length-1&&(this.next=this.news[r(this.currentNewsIndex+1,this.news.length)])}},i=(r(411),r(39)),a=Object(i.a)(o,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",{staticClass:"container"},[r("div",{staticClass:"header"},[r("h2",[t._v(" "+t._s(this.$frontmatter.articleTitle)+" ")]),t._v(" "),r("h3",{staticStyle:{color:"#4A4A4A"}},[t._v(" "+t._s(this.$frontmatter.intro)+" ")]),t._v(" "),r("b-row",[r("b-col",{attrs:{md:"6"}},[r("h6",{staticStyle:{color:"#A0A0A0"}},[t._v(" by "+t._s(this.$frontmatter.author))])]),t._v(" "),r("b-col",{attrs:{md:"6"}},[r("h6",{staticStyle:{color:"#A0A0A0"}},[t._v(t._s(this.$frontmatter.date)+" ")])])],1)],1),t._v(" "),"/Enterprise-Collaboration_logo.png"!=this.$frontmatter.src?r("div",[r("hr"),t._v(" "),r("img",{staticClass:"news-img",attrs:{src:this.$frontmatter.src}}),t._v(" "),r("hr")]):t._e(),t._v(" "),r("div",{staticClass:"news-content"},[r("Content",{attrs:{"slot-key":"news-info"}})],1),t._v(" "),r("hr"),t._v(" "),r("div",{staticClass:"footer"},[r("div",{staticClass:"row"},[r("div",{staticClass:"col"},[t._m(0),t._v(" "),r("div",{staticClass:"router-col"},[this.prev?r("router-link",{attrs:{to:this.prev.path}},[t._v(" \n "+t._s(this.prev.frontmatter.articleTitle)+" \n ")]):r("p",[t._v("No newer articles")])],1)]),t._v(" "),r("div",{staticClass:"col"},[t._m(1),t._v(" "),r("div",{staticClass:"router-col"},[this.next?r("router-link",{attrs:{to:this.next.path}},[t._v(" \n "+t._s(this.next.frontmatter.articleTitle)+"\n ")]):r("p",[t._v("No older articles")])],1)])])])])}),[function(){var t=this.$createElement,e=this._self._c||t;return e("p",[e("strong",[this._v(" Previous Post ")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("p",[e("strong",[this._v(" Next Post ")])])}],!1,null,"857b7f7c",null);e.default=a.exports}}]);
//# sourceMappingURL=15.js.map //# sourceMappingURL=15.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{298:function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"e",(function(){return u})),n.d(e,"d",(function(){return l})),n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return f}));var r=n(306),c=n(302),a=n(300),o=n(301),i=function(t,e){return t+Object(o.g)(e)},u=function(t,e){return Object(o.c)(e.replace(t,""))},l=function(t,e){return e+(t?Object(o.g)(t):"")},s=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:r.a;if(Object(c.d)(t))return t.map(e);var n={};for(var o in t)Object(a.f)(t,o)&&(n[e(o)]=Object(a.g)(t[o])?Object(a.b)(t[o]):t[o]);return n},f=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:r.a;return(Object(c.d)(t)?t.slice():Object(a.i)(t)).reduce((function(t,r){return t[n(r)]=e[r],t}),{})}},336:function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var r=n(296),c=n(306),a=n(313),o=n(302),i=n(304),u=n(300),l=n(298),s=n(301);function f(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function b(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var d=["start","end","center"],p=Object(a.a)((function(t,e){return(e=Object(s.f)(Object(s.e)(e)))?Object(s.b)(["row-cols",t,e].filter(c.a).join("-")):null})),O=Object(a.a)((function(t){return Object(s.b)(t.replace("cols",""))})),v=[],j=function(){var t=Object(i.b)().reduce((function(t,e){return t[Object(l.d)(e,"cols")]={type:[String,Number],default:null},t}),Object(u.c)(null));return v=Object(u.i)(t),function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?f(Object(n),!0).forEach((function(e){b(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({tag:{type:String,default:"div"},noGutters:{type:Boolean,default:!1},alignV:{type:String,default:null,validator:function(t){return Object(o.a)(Object(o.b)(d,"baseline","stretch"),t)}},alignH:{type:String,default:null,validator:function(t){return Object(o.a)(Object(o.b)(d,"between","around"),t)}},alignContent:{type:String,default:null,validator:function(t){return Object(o.a)(Object(o.b)(d,"between","around","stretch"),t)}}},t)},g={name:"BRow",functional:!0,get props(){return delete this.props,this.props=j(),this.props},render:function(t,e){var n,c=e.props,a=e.data,o=e.children,i=[];return v.forEach((function(t){var e=p(O(t),c[t]);e&&i.push(e)})),i.push((b(n={"no-gutters":c.noGutters},"align-items-".concat(c.alignV),c.alignV),b(n,"justify-content-".concat(c.alignH),c.alignH),b(n,"align-content-".concat(c.alignContent),c.alignContent),n)),t(c.tag,Object(r.a)(a,{staticClass:"row",class:i}),o)}}},337:function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var r=n(296),c=n(306),a=n(313),o=n(302),i=n(304),u=n(299),l=n(300),s=n(298),f=n(301);function b(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function d(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?b(Object(n),!0).forEach((function(e){p(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function p(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var O=/^col-/,v=function(){return{type:[String,Number],default:null}},j=Object(a.a)((function(t,e,n){var r=t;if(!Object(u.h)(n)&&!1!==n)return e&&(r+="-".concat(e)),"col"!==t||""!==n&&!0!==n?(r+="-".concat(n),Object(f.b)(r)):Object(f.b)(r)})),g=Object(l.c)(null),h=function(){var t=Object(i.b)().filter(c.a),e=t.reduce((function(t,e){return e&&(t[e]={type:[Boolean,String,Number],default:!1}),t}),Object(l.c)(null)),n=t.reduce((function(t,e){return t[Object(s.d)(e,"offset")]=v(),t}),Object(l.c)(null)),r=t.reduce((function(t,e){return t[Object(s.d)(e,"order")]=v(),t}),Object(l.c)(null));return g=Object(l.a)(Object(l.c)(null),{col:Object(l.i)(e),offset:Object(l.i)(n),order:Object(l.i)(r)}),d(d(d(d({col:{type:Boolean,default:!1},cols:v()},e),{},{offset:v()},n),{},{order:v()},r),{},{alignSelf:{type:String,default:null,validator:function(t){return Object(o.a)(["auto","start","end","center","baseline","stretch"],t)}},tag:{type:String,default:"div"}})},y={name:"BCol",functional:!0,get props(){return delete this.props,this.props=h()},render:function(t,e){var n,c=e.props,a=e.data,o=e.children,i=[];for(var u in g)for(var l=g[u],s=0;s<l.length;s++){var f=j(u,l[s].replace(u,""),c[l[s]]);f&&i.push(f)}var b=i.some((function(t){return O.test(t)}));return i.push((p(n={col:c.col||!b&&!c.cols},"col-".concat(c.cols),c.cols),p(n,"offset-".concat(c.offset),c.offset),p(n,"order-".concat(c.order),c.order),p(n,"align-self-".concat(c.alignSelf),c.alignSelf),n)),t(c.tag,Object(r.a)(a,{class:i}),o)}}},345:function(t,e,n){},406:function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(297),c=n(296);var a={tag:{type:String,default:"div"},fluid:{type:[Boolean,String],default:!1}},o=r.a.extend({name:"BContainer",functional:!0,props:a,render:function(t,e){var n,r,a,o=e.props,i=e.data,u=e.children;return t(o.tag,Object(c.a)(i,{class:(n={container:!(o.fluid||""===o.fluid),"container-fluid":!0===o.fluid||""===o.fluid},r="container-".concat(o.fluid),a=o.fluid&&!0!==o.fluid,r in n?Object.defineProperty(n,r,{value:a,enumerable:!0,configurable:!0,writable:!0}):n[r]=a,n)}),u)}})},416:function(t,e,n){"use strict";var r=n(345);n.n(r).a},433:function(t,e,n){"use strict";n.r(e);var r=n(406),c=n(336),a=n(337),o={name:"WaveDivider",components:{BContainer:r.a,BRow:c.a,BCol:a.a}},i=(n(416),n(39)),u=Object(i.a)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"wave-container dark"},[n("div",{staticClass:"bg"},[n("div",{staticClass:"bg-mask"}),t._v(" "),n("div",{staticClass:"wave-divider"},[n("svg",{attrs:{viewBox:"0 70 500 60",preserveAspectRatio:"none"}},[n("rect",{attrs:{x:"0",y:"0",width:"500",height:"500"}}),t._v(" "),n("path",{attrs:{d:"M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z"}})])]),t._v(" "),n("b-container",{staticClass:"b-container"},[n("b-row",[n("b-col",{staticClass:"column",attrs:{md:"6"}},[n("h2",[t._v("ABOUT OUR TEAM")])]),t._v(" "),n("b-col",{staticClass:"column",attrs:{md:"6"}},[n("p",[t._v("\n It all began when a few very talented Airmen took on the open-source chat service, Mattermost, which was our very first collaboration tool that enabled anytime/anywhere communication within the DoD.\n Our team has tripled in size since its humble beginnings and continues to grow as we add new products and features.\n ")])])],1)],1),t._v(" "),n("div",{staticClass:"wave-divider bottom"},[n("svg",{attrs:{viewBox:"0 70 500 60",preserveAspectRatio:"none"}},[n("rect",{attrs:{x:"0",y:"0",width:"500",height:"500"}}),t._v(" "),n("path",{attrs:{d:"M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z"}})])])],1),t._v(" "),t._t("default")],2)}),[],!1,null,"542f4690",null);e.default=u.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[16],{298:function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"e",(function(){return u})),n.d(e,"d",(function(){return l})),n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return f}));var r=n(306),c=n(302),a=n(300),o=n(301),i=function(t,e){return t+Object(o.g)(e)},u=function(t,e){return Object(o.c)(e.replace(t,""))},l=function(t,e){return e+(t?Object(o.g)(t):"")},s=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:r.a;if(Object(c.d)(t))return t.map(e);var n={};for(var o in t)Object(a.f)(t,o)&&(n[e(o)]=Object(a.g)(t[o])?Object(a.b)(t[o]):t[o]);return n},f=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:r.a;return(Object(c.d)(t)?t.slice():Object(a.i)(t)).reduce((function(t,r){return t[n(r)]=e[r],t}),{})}},337:function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var r=n(296),c=n(306),a=n(313),o=n(302),i=n(304),u=n(300),l=n(298),s=n(301);function f(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function b(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var d=["start","end","center"],p=Object(a.a)((function(t,e){return(e=Object(s.f)(Object(s.e)(e)))?Object(s.b)(["row-cols",t,e].filter(c.a).join("-")):null})),O=Object(a.a)((function(t){return Object(s.b)(t.replace("cols",""))})),v=[],j=function(){var t=Object(i.b)().reduce((function(t,e){return t[Object(l.d)(e,"cols")]={type:[String,Number],default:null},t}),Object(u.c)(null));return v=Object(u.i)(t),function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?f(Object(n),!0).forEach((function(e){b(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({tag:{type:String,default:"div"},noGutters:{type:Boolean,default:!1},alignV:{type:String,default:null,validator:function(t){return Object(o.a)(Object(o.b)(d,"baseline","stretch"),t)}},alignH:{type:String,default:null,validator:function(t){return Object(o.a)(Object(o.b)(d,"between","around"),t)}},alignContent:{type:String,default:null,validator:function(t){return Object(o.a)(Object(o.b)(d,"between","around","stretch"),t)}}},t)},g={name:"BRow",functional:!0,get props(){return delete this.props,this.props=j(),this.props},render:function(t,e){var n,c=e.props,a=e.data,o=e.children,i=[];return v.forEach((function(t){var e=p(O(t),c[t]);e&&i.push(e)})),i.push((b(n={"no-gutters":c.noGutters},"align-items-".concat(c.alignV),c.alignV),b(n,"justify-content-".concat(c.alignH),c.alignH),b(n,"align-content-".concat(c.alignContent),c.alignContent),n)),t(c.tag,Object(r.a)(a,{staticClass:"row",class:i}),o)}}},338:function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var r=n(296),c=n(306),a=n(313),o=n(302),i=n(304),u=n(299),l=n(300),s=n(298),f=n(301);function b(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function d(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?b(Object(n),!0).forEach((function(e){p(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function p(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var O=/^col-/,v=function(){return{type:[String,Number],default:null}},j=Object(a.a)((function(t,e,n){var r=t;if(!Object(u.h)(n)&&!1!==n)return e&&(r+="-".concat(e)),"col"!==t||""!==n&&!0!==n?(r+="-".concat(n),Object(f.b)(r)):Object(f.b)(r)})),g=Object(l.c)(null),h=function(){var t=Object(i.b)().filter(c.a),e=t.reduce((function(t,e){return e&&(t[e]={type:[Boolean,String,Number],default:!1}),t}),Object(l.c)(null)),n=t.reduce((function(t,e){return t[Object(s.d)(e,"offset")]=v(),t}),Object(l.c)(null)),r=t.reduce((function(t,e){return t[Object(s.d)(e,"order")]=v(),t}),Object(l.c)(null));return g=Object(l.a)(Object(l.c)(null),{col:Object(l.i)(e),offset:Object(l.i)(n),order:Object(l.i)(r)}),d(d(d(d({col:{type:Boolean,default:!1},cols:v()},e),{},{offset:v()},n),{},{order:v()},r),{},{alignSelf:{type:String,default:null,validator:function(t){return Object(o.a)(["auto","start","end","center","baseline","stretch"],t)}},tag:{type:String,default:"div"}})},y={name:"BCol",functional:!0,get props(){return delete this.props,this.props=h()},render:function(t,e){var n,c=e.props,a=e.data,o=e.children,i=[];for(var u in g)for(var l=g[u],s=0;s<l.length;s++){var f=j(u,l[s].replace(u,""),c[l[s]]);f&&i.push(f)}var b=i.some((function(t){return O.test(t)}));return i.push((p(n={col:c.col||!b&&!c.cols},"col-".concat(c.cols),c.cols),p(n,"offset-".concat(c.offset),c.offset),p(n,"order-".concat(c.order),c.order),p(n,"align-self-".concat(c.alignSelf),c.alignSelf),n)),t(c.tag,Object(r.a)(a,{class:i}),o)}}},345:function(t,e,n){},407:function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(297),c=n(296);var a={tag:{type:String,default:"div"},fluid:{type:[Boolean,String],default:!1}},o=r.a.extend({name:"BContainer",functional:!0,props:a,render:function(t,e){var n,r,a,o=e.props,i=e.data,u=e.children;return t(o.tag,Object(c.a)(i,{class:(n={container:!(o.fluid||""===o.fluid),"container-fluid":!0===o.fluid||""===o.fluid},r="container-".concat(o.fluid),a=o.fluid&&!0!==o.fluid,r in n?Object.defineProperty(n,r,{value:a,enumerable:!0,configurable:!0,writable:!0}):n[r]=a,n)}),u)}})},416:function(t,e,n){"use strict";var r=n(345);n.n(r).a},433:function(t,e,n){"use strict";n.r(e);var r=n(407),c=n(337),a=n(338),o={name:"WaveDivider",components:{BContainer:r.a,BRow:c.a,BCol:a.a}},i=(n(416),n(39)),u=Object(i.a)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"wave-container dark"},[n("div",{staticClass:"bg"},[n("div",{staticClass:"bg-mask"}),t._v(" "),n("div",{staticClass:"wave-divider"},[n("svg",{attrs:{viewBox:"0 70 500 60",preserveAspectRatio:"none"}},[n("rect",{attrs:{x:"0",y:"0",width:"500",height:"500"}}),t._v(" "),n("path",{attrs:{d:"M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z"}})])]),t._v(" "),n("b-container",{staticClass:"b-container"},[n("b-row",[n("b-col",{staticClass:"column",attrs:{md:"6"}},[n("h2",[t._v("ABOUT OUR TEAM")])]),t._v(" "),n("b-col",{staticClass:"column",attrs:{md:"6"}},[n("p",[t._v("\n It all began when a few very talented Airmen took on the open-source chat service, Mattermost, which was our very first collaboration tool that enabled anytime/anywhere communication within the DoD.\n Our team has tripled in size since its humble beginnings and continues to grow as we add new products and features.\n ")])])],1)],1),t._v(" "),n("div",{staticClass:"wave-divider bottom"},[n("svg",{attrs:{viewBox:"0 70 500 60",preserveAspectRatio:"none"}},[n("rect",{attrs:{x:"0",y:"0",width:"500",height:"500"}}),t._v(" "),n("path",{attrs:{d:"M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z"}})])])],1),t._v(" "),t._t("default")],2)}),[],!1,null,"542f4690",null);e.default=u.exports}}]);
//# sourceMappingURL=16.js.map //# sourceMappingURL=16.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[22],{334:function(t,n,r){},382:function(t,n,r){"use strict";var e=r(334);r.n(e).a},425:function(t,n,r){"use strict";r.r(n);r(86),r(315),r(331),r(87);var e=r(326),a=r(323),o=r(324),s=r(348),i={name:"faqTiles",components:{BCard:e.a,BCardText:a.a,BCardGroup:o.a,BButton:s.a},data:function(){return{pages:[]}},mounted:function(){var t=[];for(this.$site.pages.forEach((function(n){"tile"===n.frontmatter.type&&t.push(n)})),t.sort((function(t,n){return t.frontmatter.id-n.frontmatter.id}));t.length;)this.pages.push(t.splice(0,4))}},c=(r(382),r(39)),u=Object(c.a)(i,(function(){var t=this,n=t.$createElement,r=t._self._c||n;return r("div",{staticClass:"container"},t._l(t.pages,(function(n){return r("b-card-group",{attrs:{deck:""}},t._l(n,(function(n){return r("b-card",{attrs:{"header-tag":"header","footer-tag":"footer"},scopedSlots:t._u([{key:"header",fn:function(){return[r("img",{staticStyle:{transform:"scale(1.5)"},attrs:{src:n.frontmatter.icon}})]},proxy:!0},{key:"footer",fn:function(){return[r("router-link",{staticClass:"home-link",attrs:{to:n.frontmatter.link}},[r("b-button",{staticClass:"p1-button",attrs:{variant:"primary"}},[t._v(t._s(n.frontmatter.button))])],1)]},proxy:!0}],null,!0)},[t._v(" "),r("h3",[t._v("\n "+t._s(n.title)+"\n ")]),t._v(" "),r("b-card-text",[t._v("\n "+t._s(n.frontmatter.description)+"\n ")])],1)})),1)})),1)}),[],!1,null,"c2ce2b3a",null);n.default=u.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[22],{333:function(t,n,r){},375:function(t,n,r){"use strict";var e=r(333);r.n(e).a},425:function(t,n,r){"use strict";r.r(n);r(86),r(315),r(331),r(87);var e=r(326),a=r(323),o=r(324),s=r(348),i={name:"faqTiles",components:{BCard:e.a,BCardText:a.a,BCardGroup:o.a,BButton:s.a},data:function(){return{pages:[]}},mounted:function(){var t=[];for(this.$site.pages.forEach((function(n){"tile"===n.frontmatter.type&&t.push(n)})),t.sort((function(t,n){return t.frontmatter.id-n.frontmatter.id}));t.length;)this.pages.push(t.splice(0,4))}},c=(r(375),r(39)),u=Object(c.a)(i,(function(){var t=this,n=t.$createElement,r=t._self._c||n;return r("div",{staticClass:"container"},t._l(t.pages,(function(n){return r("b-card-group",{attrs:{deck:""}},t._l(n,(function(n){return r("b-card",{attrs:{"header-tag":"header","footer-tag":"footer"},scopedSlots:t._u([{key:"header",fn:function(){return[r("img",{staticStyle:{transform:"scale(1.5)"},attrs:{src:n.frontmatter.icon}})]},proxy:!0},{key:"footer",fn:function(){return[r("router-link",{staticClass:"home-link",attrs:{to:n.frontmatter.link}},[r("b-button",{staticClass:"p1-button",attrs:{variant:"primary"}},[t._v(t._s(n.frontmatter.button))])],1)]},proxy:!0}],null,!0)},[t._v(" "),r("h3",[t._v("\n "+t._s(n.title)+"\n ")]),t._v(" "),r("b-card-text",[t._v("\n "+t._s(n.frontmatter.description)+"\n ")])],1)})),1)})),1)}),[],!1,null,"c2ce2b3a",null);n.default=u.exports}}]);
//# sourceMappingURL=22.js.map //# sourceMappingURL=22.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[24],{368:function(t,e,o){t.exports=o.p+"assets/img/p1ssoconcept.b38df421.png"},369:function(t,e,o){t.exports=o.p+"assets/img/cac_confirm.5217ed79.jpg"},445:function(t,e,o){"use strict";o.r(e);var a=o(39),n=Object(a.a)({},(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey},scopedSlots:t._u([{key:"related",fn:function(){return[a("p",[a("strong",[t._v("Related Articles")])]),t._v(" "),a("ul",[a("li",[a("RouterLink",{attrs:{to:"/faq/faq-articles/createp1sso.html"}},[t._v("How Do I Create a P1 SSO Account?")])],1)])]},proxy:!0},{key:"faq-content",fn:function(){return[a("h2",{attrs:{id:"what-is-p1-sso"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#what-is-p1-sso"}},[t._v("#")]),t._v(" What is P1 SSO?")]),t._v(" "),a("hr"),t._v(" "),a("p",[t._v("P1 SSO, also known as Platform One Single Sign-On, is used to\nprovide access to different applications (Mattermost, Jira, Confluence, GitLab, etc.) that have the same login based\non an open source identity called Keycloak.")]),t._v(" "),a("p",[t._v("It also allows for multiple login methods on the same account, meaning you'll be able to use a username, password and Multi-Factor Authentication (MFA)\nto log in at home while using a CAC to log in at work.")]),t._v(" "),a("p",[a("img",{attrs:{src:o(368),alt:"alt P1 SSO Functionality Image"}})]),t._v(" "),a("p",[t._v("These changes will be rolled out in two phases:")]),t._v(" "),a("ul",[a("li",[t._v("Phase 1 is complete! If you were previously logging into Mattermost using username/password/MFA, you will now log in using P1 SSO.")]),t._v(" "),a("li",[t._v("Phase 2 is complete! If you were previously logging into Mattermost using the AF Portal Login button, you will will now use the Platform One SSO button. You can also use both username/password/multi-factor authentication (MFA) and CAC on the same P1 SSO account.")])]),t._v(" "),a("h2",{attrs:{id:"why-do-i-need-it"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#why-do-i-need-it"}},[t._v("#")]),t._v(" Why do I need it?")]),t._v(" "),a("hr"),t._v(" "),a("ul",[a("li",[t._v("Access to different apps such as Mattermost, Jitsi, GitLab etc. using one login")]),t._v(" "),a("li",[t._v("Prevents having to create a new account for each application or service we release")]),t._v(" "),a("li",[t._v("Allows users to have multiple login methods such as username, password\nand MFA at home and using CAC to login at work")]),t._v(" "),a("li",[t._v("Improves security")])]),t._v(" "),a("h2",{attrs:{id:"what-do-i-need-to-do"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#what-do-i-need-to-do"}},[t._v("#")]),t._v(" What do I need to do?")]),t._v(" "),a("hr"),t._v(" "),a("h3",{attrs:{id:"if-you-were-previously-clicking-the-af-portal-login-button-to-log-in"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#if-you-were-previously-clicking-the-af-portal-login-button-to-log-in"}},[t._v("#")]),t._v(" If you were previously clicking the AF Portal Login button to log in:")]),t._v(" "),a("p",[t._v('Your account has been automatically migrated to P1 SSO. You will now use the "Platform One SSO" button to log in. If need also need the ability to log in without a CAC, you can set up a password and multi-factor authentication (MFA) on your account by going to '),a("a",{attrs:{href:"https://login.dsop.io/",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://login.dsop.io"),a("OutboundLink")],1),t._v(' to access your profile. From here, click the "Password" tab to set a password. You will also need to click the "Authenticator" tab to set up multi-factor authentication (MFA).')]),t._v(" "),a("h3",{attrs:{id:"if-you-click-the-platform-one-sso-button-to-log-in"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#if-you-click-the-platform-one-sso-button-to-log-in"}},[t._v("#")]),t._v(" If you click the Platform One SSO button to log in:")]),t._v(" "),a("p",[t._v("If you currently log into Mattermost using P1 SSO (username/password/MFA), you now have the option to enable the CAC sign in. This allows you to log in using a username/password/MFA or a CAC. To set up CAC login:")]),t._v(" "),a("ol",[a("li",[t._v("Insert CAC into the CAC reader. Ensure the lights stop flashing before continuing.")]),t._v(" "),a("li",[t._v("Navigate to "),a("a",{attrs:{href:"https://login.dsop.io",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://login.dsop.io"),a("OutboundLink")],1),t._v(".")]),t._v(" "),a("li",[t._v("You will be prompted to authenticate with the CAC. The first time you do this, you will receive a message stating a new DoD CAC was detected. Log in using your username, password and MFA at which point you will recieve a prompt to confirm your CAC (pictured below) which will associate it with your P1 SSO account. Now when you sign in from a computer with a CAC, you will simply authenticate using the CAC.")]),t._v(" "),a("li",[t._v("You may now navigate to "),a("a",{attrs:{href:"https://chat.collab.cdl.af.mil",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://chat.collab.cdl.af.mil"),a("OutboundLink")],1),t._v(" or "),a("a",{attrs:{href:"https://chat.il2.dsop.io",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://chat.il2.dsop.io"),a("OutboundLink")],1),t._v(" for the appropriate chat server you are on, and should be automatically logged into Mattermost")]),t._v(" "),a("li",[t._v("From now on when you click the Platform One SSO button to login to Mattermost it will attempt use CAC to authenticate if it is inserted. If not, it will require you to enter username, password, and MFA.")])]),t._v(" "),a("p",[a("em",[t._v("NOTE")]),t._v(": The Mattermost desktop client has a known issue where it will ask for CAC regardless if it's inserted and will not allow username/password login. Use a web browser until the issue is resolved.")]),t._v(" "),a("p",[a("img",{attrs:{src:o(369),alt:"alt P1 CAC Confirm Image"}})]),t._v(" "),a("h2",{attrs:{id:"if-you-are-a-mattermost-user-that-hasn-t-logged-in-for-a-while"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#if-you-are-a-mattermost-user-that-hasn-t-logged-in-for-a-while"}},[t._v("#")]),t._v(" If you are a Mattermost user that hasn't logged in for a while:")]),t._v(" "),a("p",[t._v("If you had a Mattermost account but have not logged in recently (since approximately 15 May), your account was migrated to P1 SSO and you will need to finish setting it up. "),a("a",{attrs:{href:"https://sso-info.il2.dsop.io/setup_p1sso.html",target:"_blank",rel:"noopener noreferrer"}},[t._v("Click here"),a("OutboundLink")],1),t._v(" for instructions on how to finish migrating your account.")]),t._v(" "),a("h2",{attrs:{id:"if-you-are-a-new-user-to-the-platform"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#if-you-are-a-new-user-to-the-platform"}},[t._v("#")]),t._v(" If you are a new user to the platform:")]),t._v(" "),a("p",[t._v("If you need to set up a new account (i.e. you never had a Mattermost account), new Mattermost accounts are now created through P1 SSO. "),a("a",{attrs:{href:"https://sso-info.il2.dsop.io/new_account.html",target:"_blank",rel:"noopener noreferrer"}},[t._v("Click here"),a("OutboundLink")],1),t._v(" for setup instructions.")])]},proxy:!0}])},[a("PageHeader"),t._v(" "),a("FaqTemplate")],1)}),[],!1,null,null,null);e.default=n.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[24],{369:function(t,e,o){t.exports=o.p+"assets/img/p1ssoconcept.b38df421.png"},370:function(t,e,o){t.exports=o.p+"assets/img/cac_confirm.5217ed79.jpg"},445:function(t,e,o){"use strict";o.r(e);var a=o(39),n=Object(a.a)({},(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey},scopedSlots:t._u([{key:"related",fn:function(){return[a("p",[a("strong",[t._v("Related Articles")])]),t._v(" "),a("ul",[a("li",[a("RouterLink",{attrs:{to:"/faq/faq-articles/createp1sso.html"}},[t._v("How Do I Create a P1 SSO Account?")])],1)])]},proxy:!0},{key:"faq-content",fn:function(){return[a("h2",{attrs:{id:"what-is-p1-sso"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#what-is-p1-sso"}},[t._v("#")]),t._v(" What is P1 SSO?")]),t._v(" "),a("hr"),t._v(" "),a("p",[t._v("P1 SSO, also known as Platform One Single Sign-On, is used to\nprovide access to different applications (Mattermost, Jira, Confluence, GitLab, etc.) that have the same login based\non an open source identity called Keycloak.")]),t._v(" "),a("p",[t._v("It also allows for multiple login methods on the same account, meaning you'll be able to use a username, password and Multi-Factor Authentication (MFA)\nto log in at home while using a CAC to log in at work.")]),t._v(" "),a("p",[a("img",{attrs:{src:o(369),alt:"alt P1 SSO Functionality Image"}})]),t._v(" "),a("p",[t._v("These changes will be rolled out in two phases:")]),t._v(" "),a("ul",[a("li",[t._v("Phase 1 is complete! If you were previously logging into Mattermost using username/password/MFA, you will now log in using P1 SSO.")]),t._v(" "),a("li",[t._v("Phase 2 is complete! If you were previously logging into Mattermost using the AF Portal Login button, you will will now use the Platform One SSO button. You can also use both username/password/multi-factor authentication (MFA) and CAC on the same P1 SSO account.")])]),t._v(" "),a("h2",{attrs:{id:"why-do-i-need-it"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#why-do-i-need-it"}},[t._v("#")]),t._v(" Why do I need it?")]),t._v(" "),a("hr"),t._v(" "),a("ul",[a("li",[t._v("Access to different apps such as Mattermost, Jitsi, GitLab etc. using one login")]),t._v(" "),a("li",[t._v("Prevents having to create a new account for each application or service we release")]),t._v(" "),a("li",[t._v("Allows users to have multiple login methods such as username, password\nand MFA at home and using CAC to login at work")]),t._v(" "),a("li",[t._v("Improves security")])]),t._v(" "),a("h2",{attrs:{id:"what-do-i-need-to-do"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#what-do-i-need-to-do"}},[t._v("#")]),t._v(" What do I need to do?")]),t._v(" "),a("hr"),t._v(" "),a("h3",{attrs:{id:"if-you-were-previously-clicking-the-af-portal-login-button-to-log-in"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#if-you-were-previously-clicking-the-af-portal-login-button-to-log-in"}},[t._v("#")]),t._v(" If you were previously clicking the AF Portal Login button to log in:")]),t._v(" "),a("p",[t._v('Your account has been automatically migrated to P1 SSO. You will now use the "Platform One SSO" button to log in. If need also need the ability to log in without a CAC, you can set up a password and multi-factor authentication (MFA) on your account by going to '),a("a",{attrs:{href:"https://login.dsop.io/",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://login.dsop.io"),a("OutboundLink")],1),t._v(' to access your profile. From here, click the "Password" tab to set a password. You will also need to click the "Authenticator" tab to set up multi-factor authentication (MFA).')]),t._v(" "),a("h3",{attrs:{id:"if-you-click-the-platform-one-sso-button-to-log-in"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#if-you-click-the-platform-one-sso-button-to-log-in"}},[t._v("#")]),t._v(" If you click the Platform One SSO button to log in:")]),t._v(" "),a("p",[t._v("If you currently log into Mattermost using P1 SSO (username/password/MFA), you now have the option to enable the CAC sign in. This allows you to log in using a username/password/MFA or a CAC. To set up CAC login:")]),t._v(" "),a("ol",[a("li",[t._v("Insert CAC into the CAC reader. Ensure the lights stop flashing before continuing.")]),t._v(" "),a("li",[t._v("Navigate to "),a("a",{attrs:{href:"https://login.dsop.io",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://login.dsop.io"),a("OutboundLink")],1),t._v(".")]),t._v(" "),a("li",[t._v("You will be prompted to authenticate with the CAC. The first time you do this, you will receive a message stating a new DoD CAC was detected. Log in using your username, password and MFA at which point you will recieve a prompt to confirm your CAC (pictured below) which will associate it with your P1 SSO account. Now when you sign in from a computer with a CAC, you will simply authenticate using the CAC.")]),t._v(" "),a("li",[t._v("You may now navigate to "),a("a",{attrs:{href:"https://chat.collab.cdl.af.mil",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://chat.collab.cdl.af.mil"),a("OutboundLink")],1),t._v(" or "),a("a",{attrs:{href:"https://chat.il2.dsop.io",target:"_blank",rel:"noopener noreferrer"}},[t._v("https://chat.il2.dsop.io"),a("OutboundLink")],1),t._v(" for the appropriate chat server you are on, and should be automatically logged into Mattermost")]),t._v(" "),a("li",[t._v("From now on when you click the Platform One SSO button to login to Mattermost it will attempt use CAC to authenticate if it is inserted. If not, it will require you to enter username, password, and MFA.")])]),t._v(" "),a("p",[a("em",[t._v("NOTE")]),t._v(": The Mattermost desktop client has a known issue where it will ask for CAC regardless if it's inserted and will not allow username/password login. Use a web browser until the issue is resolved.")]),t._v(" "),a("p",[a("img",{attrs:{src:o(370),alt:"alt P1 CAC Confirm Image"}})]),t._v(" "),a("h2",{attrs:{id:"if-you-are-a-mattermost-user-that-hasn-t-logged-in-for-a-while"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#if-you-are-a-mattermost-user-that-hasn-t-logged-in-for-a-while"}},[t._v("#")]),t._v(" If you are a Mattermost user that hasn't logged in for a while:")]),t._v(" "),a("p",[t._v("If you had a Mattermost account but have not logged in recently (since approximately 15 May), your account was migrated to P1 SSO and you will need to finish setting it up. "),a("a",{attrs:{href:"https://sso-info.il2.dsop.io/setup_p1sso.html",target:"_blank",rel:"noopener noreferrer"}},[t._v("Click here"),a("OutboundLink")],1),t._v(" for instructions on how to finish migrating your account.")]),t._v(" "),a("h2",{attrs:{id:"if-you-are-a-new-user-to-the-platform"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#if-you-are-a-new-user-to-the-platform"}},[t._v("#")]),t._v(" If you are a new user to the platform:")]),t._v(" "),a("p",[t._v("If you need to set up a new account (i.e. you never had a Mattermost account), new Mattermost accounts are now created through P1 SSO. "),a("a",{attrs:{href:"https://sso-info.il2.dsop.io/new_account.html",target:"_blank",rel:"noopener noreferrer"}},[t._v("Click here"),a("OutboundLink")],1),t._v(" for setup instructions.")])]},proxy:!0}])},[a("PageHeader"),t._v(" "),a("FaqTemplate")],1)}),[],!1,null,null,null);e.default=n.exports}}]);
//# sourceMappingURL=24.js.map //# sourceMappingURL=24.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[26],{370:function(e,t,a){e.exports=a.p+"assets/img/mm_user_roadmap.1886ca4f.png"},446:function(e,t,a){"use strict";a.r(t);var o=a(39),r=Object(o.a)({},(function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey},scopedSlots:e._u([{key:"related",fn:function(){return[o("p",[o("strong",[e._v("Related Articles")])]),e._v(" "),o("ul",[o("li",[o("RouterLink",{attrs:{to:"/faq/faq-articles/impactlevels.html"}},[e._v("What is Impact Level?")])],1),e._v(" "),o("li",[o("RouterLink",{attrs:{to:"/faq/faq-articles/transitiontoil4.html"}},[e._v("How Do I Get IL4 Access?")])],1)])]},proxy:!0},{key:"faq-content",fn:function(){return[o("h2",{attrs:{id:"i-am-onboarding-with-platform-1-what-can-i-do-now"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#i-am-onboarding-with-platform-1-what-can-i-do-now"}},[e._v("#")]),e._v(" I am Onboarding with Platform 1, What Can I Do Now?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("Congratulations on onboarding to Platform 1! Below is some information that you will come across on our platform, as well as how to make your next steps.")]),e._v(" "),o("h3",{attrs:{id:"what-is-il2-il4-and-impact-levels"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#what-is-il2-il4-and-impact-levels"}},[e._v("#")]),e._v(" What is IL2, IL4, and impact levels?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("You can find any information pertaining to impact levels in the related article: "),o("RouterLink",{attrs:{to:"/faq/faq-articles/impactlevels.html"}},[e._v("What is Impact Level?")])],1),e._v(" "),o("h3",{attrs:{id:"how-can-i-get-access-to-il4"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-can-i-get-access-to-il4"}},[e._v("#")]),e._v(" How Can I Get Access to IL4?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("Refer to the related article: "),o("RouterLink",{attrs:{to:"/faq/faq-articles/transitiontoil4.html"}},[e._v("How Do I get IL4 Access?")])],1),e._v(" "),o("h3",{attrs:{id:"how-can-i-add-myself-to-my-team-channel"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-can-i-add-myself-to-my-team-channel"}},[e._v("#")]),e._v(" How Can I Add Myself to My Team/Channel?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("You will first need to be added to a team before being able to join a channel.")]),e._v(" "),o("p",[e._v("To get access into a team, you must first be invited. Make sure to contact your supervisor to get an invite.")]),e._v(" "),o("p",[e._v("The visual below shows where you can find team in Mattermost, as well as channels.")]),e._v(" "),o("p",[e._v("Once you are inside the team, you can be added to public channels by doing one of the following:")]),e._v(" "),o("ul",[o("li",[e._v('Click "More" under Public Channels, and search for the Channel to join. The visual below shows where the "More" button is.')])]),e._v(" "),o("p",[o("img",{attrs:{src:a(370),alt:"alt mattermost_user_roadmap image"}})]),e._v(" "),o("ul",[o("li",[e._v("Get invited by somebody with admin credentials. This is also the only way to get invited to private channels.")])]),e._v(" "),o("h3",{attrs:{id:"how-do-i-access-jira-and-confluence"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-do-i-access-jira-and-confluence"}},[e._v("#")]),e._v(" How Do I Access Jira and Confluence?")]),e._v(" "),o("hr"),e._v(" "),o("ul",[o("li",[o("a",{attrs:{href:"http://jira.il2.dsop.io/",target:"_blank",rel:"noopener noreferrer"}},[e._v("IL2 - JIRA"),o("OutboundLink")],1)]),e._v(" "),o("li",[o("a",{attrs:{href:"http://confluence.il2.dsop.io/",target:"_blank",rel:"noopener noreferrer"}},[e._v("IL2 - Confluence"),o("OutboundLink")],1)]),e._v(" "),o("li",[o("a",{attrs:{href:"https://jira.collab.cdl.af.mil/",target:"_blank",rel:"noopener noreferrer"}},[e._v("IL4 - JIRA"),o("OutboundLink")],1)]),e._v(" "),o("li",[o("a",{attrs:{href:"https://confluence.collab.cdl.af.mil/",target:"_blank",rel:"noopener noreferrer"}},[e._v("IL4 - Confluence"),o("OutboundLink")],1)])]),e._v(" "),o("h3",{attrs:{id:"how-can-i-make-a-ticket-in-jsd-jira-service-desk"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-can-i-make-a-ticket-in-jsd-jira-service-desk"}},[e._v("#")]),e._v(" How Can I make a Ticket in JSD (Jira Service Desk)")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("You can create a ticket "),o("a",{attrs:{href:"https://jira.il2.dsop.io/servicedesk/customer/portal/1",target:"_blank",rel:"noopener noreferrer"}},[e._v("here"),o("OutboundLink")],1),e._v(" if you are having technical difficulties.")]),e._v(" "),o("h3",{attrs:{id:"how-do-i-request-jira-and-confluence-projects"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-do-i-request-jira-and-confluence-projects"}},[e._v("#")]),e._v(" How Do I Request Jira and Confluence Projects?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("Contact the "),o("a",{attrs:{href:"help@dsop.io"}},[e._v("Help Desk")]),e._v(" or "),o("a",{attrs:{href:"jhunt@oteemo.com"}},[e._v("James Hunt")]),e._v(" for any questions regarding Jira, Confluence, or anything Atlassian.")])]},proxy:!0}])},[o("PageHeader"),e._v(" "),o("FaqTemplate")],1)}),[],!1,null,null,null);t.default=r.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[26],{368:function(e,t,a){e.exports=a.p+"assets/img/mm_user_roadmap.1886ca4f.png"},442:function(e,t,a){"use strict";a.r(t);var o=a(39),r=Object(o.a)({},(function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey},scopedSlots:e._u([{key:"related",fn:function(){return[o("p",[o("strong",[e._v("Related Articles")])]),e._v(" "),o("ul",[o("li",[o("RouterLink",{attrs:{to:"/faq/faq-articles/impactlevels.html"}},[e._v("What is Impact Level?")])],1),e._v(" "),o("li",[o("RouterLink",{attrs:{to:"/faq/faq-articles/transitiontoil4.html"}},[e._v("How Do I Get IL4 Access?")])],1)])]},proxy:!0},{key:"faq-content",fn:function(){return[o("h2",{attrs:{id:"i-am-onboarding-with-platform-1-what-can-i-do-now"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#i-am-onboarding-with-platform-1-what-can-i-do-now"}},[e._v("#")]),e._v(" I am Onboarding with Platform 1, What Can I Do Now?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("Congratulations on onboarding to Platform 1! Below is some information that you will come across on our platform, as well as how to make your next steps.")]),e._v(" "),o("h3",{attrs:{id:"what-is-il2-il4-and-impact-levels"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#what-is-il2-il4-and-impact-levels"}},[e._v("#")]),e._v(" What is IL2, IL4, and impact levels?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("You can find any information pertaining to impact levels in the related article: "),o("RouterLink",{attrs:{to:"/faq/faq-articles/impactlevels.html"}},[e._v("What is Impact Level?")])],1),e._v(" "),o("h3",{attrs:{id:"how-can-i-get-access-to-il4"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-can-i-get-access-to-il4"}},[e._v("#")]),e._v(" How Can I Get Access to IL4?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("Refer to the related article: "),o("RouterLink",{attrs:{to:"/faq/faq-articles/transitiontoil4.html"}},[e._v("How Do I get IL4 Access?")])],1),e._v(" "),o("h3",{attrs:{id:"how-can-i-add-myself-to-my-team-channel"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-can-i-add-myself-to-my-team-channel"}},[e._v("#")]),e._v(" How Can I Add Myself to My Team/Channel?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("You will first need to be added to a team before being able to join a channel.")]),e._v(" "),o("p",[e._v("To get access into a team, you must first be invited. Make sure to contact your supervisor to get an invite.")]),e._v(" "),o("p",[e._v("The visual below shows where you can find team in Mattermost, as well as channels.")]),e._v(" "),o("p",[e._v("Once you are inside the team, you can be added to public channels by doing one of the following:")]),e._v(" "),o("ul",[o("li",[e._v('Click "More" under Public Channels, and search for the Channel to join. The visual below shows where the "More" button is.')])]),e._v(" "),o("p",[o("img",{attrs:{src:a(368),alt:"alt mattermost_user_roadmap image"}})]),e._v(" "),o("ul",[o("li",[e._v("Get invited by somebody with admin credentials. This is also the only way to get invited to private channels.")])]),e._v(" "),o("h3",{attrs:{id:"how-do-i-access-jira-and-confluence"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-do-i-access-jira-and-confluence"}},[e._v("#")]),e._v(" How Do I Access Jira and Confluence?")]),e._v(" "),o("hr"),e._v(" "),o("ul",[o("li",[o("a",{attrs:{href:"http://jira.il2.dsop.io/",target:"_blank",rel:"noopener noreferrer"}},[e._v("IL2 - JIRA"),o("OutboundLink")],1)]),e._v(" "),o("li",[o("a",{attrs:{href:"http://confluence.il2.dsop.io/",target:"_blank",rel:"noopener noreferrer"}},[e._v("IL2 - Confluence"),o("OutboundLink")],1)]),e._v(" "),o("li",[o("a",{attrs:{href:"https://jira.collab.cdl.af.mil/",target:"_blank",rel:"noopener noreferrer"}},[e._v("IL4 - JIRA"),o("OutboundLink")],1)]),e._v(" "),o("li",[o("a",{attrs:{href:"https://confluence.collab.cdl.af.mil/",target:"_blank",rel:"noopener noreferrer"}},[e._v("IL4 - Confluence"),o("OutboundLink")],1)])]),e._v(" "),o("h3",{attrs:{id:"how-can-i-make-a-ticket-in-jsd-jira-service-desk"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-can-i-make-a-ticket-in-jsd-jira-service-desk"}},[e._v("#")]),e._v(" How Can I make a Ticket in JSD (Jira Service Desk)")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("You can create a ticket "),o("a",{attrs:{href:"https://jira.il2.dsop.io/servicedesk/customer/portal/1",target:"_blank",rel:"noopener noreferrer"}},[e._v("here"),o("OutboundLink")],1),e._v(" if you are having technical difficulties.")]),e._v(" "),o("h3",{attrs:{id:"how-do-i-request-jira-and-confluence-projects"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-do-i-request-jira-and-confluence-projects"}},[e._v("#")]),e._v(" How Do I Request Jira and Confluence Projects?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("Contact the "),o("a",{attrs:{href:"help@dsop.io"}},[e._v("Help Desk")]),e._v(" or "),o("a",{attrs:{href:"jhunt@oteemo.com"}},[e._v("James Hunt")]),e._v(" for any questions regarding Jira, Confluence, or anything Atlassian.")])]},proxy:!0}])},[o("PageHeader"),e._v(" "),o("FaqTemplate")],1)}),[],!1,null,null,null);t.default=r.exports}}]);
//# sourceMappingURL=26.js.map //# sourceMappingURL=26.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[30],{438:function(t,e,s){"use strict";s.r(e);var i=s(39),l=Object(i.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[e("PageHeader"),this._v(" "),e("FaqTiles"),this._v(" "),e("WaveDivider"),this._v(" "),e("CollabTools"),this._v(" "),e("VideoCarousel")],1)}),[],!1,null,null,null);e.default=l.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[30],{436:function(t,e,s){"use strict";s.r(e);var i=s(39),l=Object(i.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[e("PageHeader"),this._v(" "),e("FaqTiles"),this._v(" "),e("WaveDivider"),this._v(" "),e("CollabTools"),this._v(" "),e("VideoCarousel")],1)}),[],!1,null,null,null);e.default=l.exports}}]);
//# sourceMappingURL=30.js.map //# sourceMappingURL=30.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[31],{436:function(e,t,a){"use strict";a.r(t);var r=a(39),s=Object(r.a)({},(function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey},scopedSlots:e._u([{key:"faq-content",fn:function(){return[a("h2",{attrs:{id:"welcome"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#welcome"}},[e._v("#")]),e._v(" Welcome!")]),e._v(" "),a("hr"),e._v(" "),a("p",[e._v("Select a question to get started or use the searchbar to filter out unwanted articles.")]),e._v(" "),a("h3",{attrs:{id:"need-additional-assistance"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#need-additional-assistance"}},[e._v("#")]),e._v(" Need additional assistance?")]),e._v(" "),a("hr"),e._v(" "),a("p",[e._v("If these are not the answers you are looking for, please send an email to "),a("a",{attrs:{href:"mailto:help@dsop.io"}},[e._v("help@dsop.io")]),e._v(" or submit a ticket at the "),a("a",{attrs:{href:"https://jira.il2.dsop.io/servicedesk/customer/portal/1",target:"_blank",rel:"noopener noreferrer"}},[e._v("Platform One Support Hub"),a("OutboundLink")],1),e._v("!")])]},proxy:!0}])},[a("PageHeader"),e._v(" "),a("FaqTemplate")],1)}),[],!1,null,null,null);t.default=s.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[31],{439:function(e,t,a){"use strict";a.r(t);var r=a(39),s=Object(r.a)({},(function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey},scopedSlots:e._u([{key:"faq-content",fn:function(){return[a("h2",{attrs:{id:"welcome"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#welcome"}},[e._v("#")]),e._v(" Welcome!")]),e._v(" "),a("hr"),e._v(" "),a("p",[e._v("Select a question to get started or use the searchbar to filter out unwanted articles.")]),e._v(" "),a("h3",{attrs:{id:"need-additional-assistance"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#need-additional-assistance"}},[e._v("#")]),e._v(" Need additional assistance?")]),e._v(" "),a("hr"),e._v(" "),a("p",[e._v("If these are not the answers you are looking for, please send an email to "),a("a",{attrs:{href:"mailto:help@dsop.io"}},[e._v("help@dsop.io")]),e._v(" or submit a ticket at the "),a("a",{attrs:{href:"https://jira.il2.dsop.io/servicedesk/customer/portal/1",target:"_blank",rel:"noopener noreferrer"}},[e._v("Platform One Support Hub"),a("OutboundLink")],1),e._v("!")])]},proxy:!0}])},[a("PageHeader"),e._v(" "),a("FaqTemplate")],1)}),[],!1,null,null,null);t.default=s.exports}}]);
//# sourceMappingURL=31.js.map //# sourceMappingURL=31.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[33],{439:function(e,t,o){"use strict";o.r(t);var r=o(39),i=Object(r.a)({},(function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey},scopedSlots:e._u([{key:"related",fn:function(){},proxy:!0},{key:"faq-content",fn:function(){return[o("h2",{attrs:{id:"what-is-impact-level"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#what-is-impact-level"}},[e._v("#")]),e._v(" What is Impact Level?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("Information Impact Level (IL) is a methodology published by the Defense Information Systems Agency (DISA) in the "),o("a",{attrs:{href:"https://rmf.org/wp-content/uploads/2018/05/Cloud_Computing_SRG_v1r3.pdf",target:"_blank",rel:"noopener noreferrer"}},[e._v("Cloud Computing Security Requirements Guide"),o("OutboundLink")],1),e._v(' (CC SRG), to assist Mission Owners in choosing the apporiate Cloud Service Provider (CSP). CC SRG defines Information Impact Levels as the "combination of the sensitivity of information to be stored and/or processed in the cloud; and the potential impact of an event that results in the loss of confidentiality, integrity or availabilty of that inofrmation."')]),e._v(" "),o("p",[e._v("The figure below provides a summary of the current Information Impact Levels coupled with some of the\ndistinguishing requirements and characteristics.")]),e._v(" "),o("h2",{attrs:{id:"what-about-impact-level-1-and-3"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#what-about-impact-level-1-and-3"}},[e._v("#")]),e._v(" What about Impact Level 1 and 3?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("In order to simplify the selection process IL 1 was rolled up into IL 2. Similary IL 3 was rolled up into IL 4.")]),e._v(" "),o("h2",{attrs:{id:"who-is-responsible-for-choosing-the-proper-il"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#who-is-responsible-for-choosing-the-proper-il"}},[e._v("#")]),e._v(" Who is responsible for choosing the proper IL?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("While the Cloud Service Provider (CSP) is responible for providing the proper security contorls it is the responibility of the Misson Owner(s) to choose the correct IL and a CSP who is capable of providing the required security controls.")]),e._v(" "),o("h2",{attrs:{id:"as-a-mission-owner-how-do-i-choose-an-impact-level"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#as-a-mission-owner-how-do-i-choose-an-impact-level"}},[e._v("#")]),e._v(" As a Mission Owner, how do I choose an Impact Level?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("The office of the Department of the Navy Chief Information officer plublished this helpful "),o("a",{attrs:{href:"http://www.doncio.navy.mil/%28rjn5fqykzonl22f4q40cyj45%29/FileHandler.ashx?ID=6393",target:"_blank",rel:"noopener noreferrer"}},[e._v("flow chart"),o("OutboundLink")],1),e._v(" for choosing an IL")])]},proxy:!0}])},[o("PageHeader"),e._v(" "),o("FaqTemplate")],1)}),[],!1,null,null,null);t.default=i.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[33],{440:function(e,t,o){"use strict";o.r(t);var r=o(39),i=Object(r.a)({},(function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey},scopedSlots:e._u([{key:"related",fn:function(){},proxy:!0},{key:"faq-content",fn:function(){return[o("h2",{attrs:{id:"what-is-impact-level"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#what-is-impact-level"}},[e._v("#")]),e._v(" What is Impact Level?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("Information Impact Level (IL) is a methodology published by the Defense Information Systems Agency (DISA) in the "),o("a",{attrs:{href:"https://rmf.org/wp-content/uploads/2018/05/Cloud_Computing_SRG_v1r3.pdf",target:"_blank",rel:"noopener noreferrer"}},[e._v("Cloud Computing Security Requirements Guide"),o("OutboundLink")],1),e._v(' (CC SRG), to assist Mission Owners in choosing the apporiate Cloud Service Provider (CSP). CC SRG defines Information Impact Levels as the "combination of the sensitivity of information to be stored and/or processed in the cloud; and the potential impact of an event that results in the loss of confidentiality, integrity or availabilty of that inofrmation."')]),e._v(" "),o("p",[e._v("The figure below provides a summary of the current Information Impact Levels coupled with some of the\ndistinguishing requirements and characteristics.")]),e._v(" "),o("h2",{attrs:{id:"what-about-impact-level-1-and-3"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#what-about-impact-level-1-and-3"}},[e._v("#")]),e._v(" What about Impact Level 1 and 3?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("In order to simplify the selection process IL 1 was rolled up into IL 2. Similary IL 3 was rolled up into IL 4.")]),e._v(" "),o("h2",{attrs:{id:"who-is-responsible-for-choosing-the-proper-il"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#who-is-responsible-for-choosing-the-proper-il"}},[e._v("#")]),e._v(" Who is responsible for choosing the proper IL?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("While the Cloud Service Provider (CSP) is responible for providing the proper security contorls it is the responibility of the Misson Owner(s) to choose the correct IL and a CSP who is capable of providing the required security controls.")]),e._v(" "),o("h2",{attrs:{id:"as-a-mission-owner-how-do-i-choose-an-impact-level"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#as-a-mission-owner-how-do-i-choose-an-impact-level"}},[e._v("#")]),e._v(" As a Mission Owner, how do I choose an Impact Level?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("The office of the Department of the Navy Chief Information officer plublished this helpful "),o("a",{attrs:{href:"http://www.doncio.navy.mil/%28rjn5fqykzonl22f4q40cyj45%29/FileHandler.ashx?ID=6393",target:"_blank",rel:"noopener noreferrer"}},[e._v("flow chart"),o("OutboundLink")],1),e._v(" for choosing an IL")])]},proxy:!0}])},[o("PageHeader"),e._v(" "),o("FaqTemplate")],1)}),[],!1,null,null,null);t.default=i.exports}}]);
//# sourceMappingURL=33.js.map //# sourceMappingURL=33.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[34],{442:function(t,e,o){"use strict";o.r(e);var n=o(39),r=Object(n.a)({},(function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey},scopedSlots:t._u([{key:"related",fn:function(){},proxy:!0},{key:"faq-content",fn:function(){return[o("h2",{attrs:{id:"why-mattermost-over-slack-or-discord"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#why-mattermost-over-slack-or-discord"}},[t._v("#")]),t._v(" Why Mattermost over Slack or Discord?")]),t._v(" "),o("hr"),t._v(" "),o("p",[t._v("We (P1/AF/DoD) have a lot of control over a Mattermost instance; the software can be scanned and penetration tested (and AF/DoD gets to\nsee the result), and it sits in a vetted and controlled IL5 environment.")]),t._v(" "),o("p",[t._v("With Slack or any other Software as a Service, the DoD cannot vouch\nin near-real time for the software or the environment it is hosted in.")])]},proxy:!0}])},[o("PageHeader"),t._v(" "),o("FaqTemplate")],1)}),[],!1,null,null,null);e.default=r.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[34],{443:function(t,e,o){"use strict";o.r(e);var n=o(39),r=Object(n.a)({},(function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey},scopedSlots:t._u([{key:"related",fn:function(){},proxy:!0},{key:"faq-content",fn:function(){return[o("h2",{attrs:{id:"why-mattermost-over-slack-or-discord"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#why-mattermost-over-slack-or-discord"}},[t._v("#")]),t._v(" Why Mattermost over Slack or Discord?")]),t._v(" "),o("hr"),t._v(" "),o("p",[t._v("We (P1/AF/DoD) have a lot of control over a Mattermost instance; the software can be scanned and penetration tested (and AF/DoD gets to\nsee the result), and it sits in a vetted and controlled IL5 environment.")]),t._v(" "),o("p",[t._v("With Slack or any other Software as a Service, the DoD cannot vouch\nin near-real time for the software or the environment it is hosted in.")])]},proxy:!0}])},[o("PageHeader"),t._v(" "),o("FaqTemplate")],1)}),[],!1,null,null,null);e.default=r.exports}}]);
//# sourceMappingURL=34.js.map //# sourceMappingURL=34.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[35],{443:function(e,t,o){"use strict";o.r(t);var a=o(39),r=Object(a.a)({},(function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey},scopedSlots:e._u([{key:"related",fn:function(){return[o("p",[o("strong",[e._v("Related Articles")])]),e._v(" "),o("ul",[o("li",[o("RouterLink",{attrs:{to:"/faq/faq-articles/impactlevels.html"}},[e._v("What is Impact Level?")])],1)])]},proxy:!0},{key:"faq-content",fn:function(){return[o("h2",{attrs:{id:"how-do-i-get-il4-access"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-do-i-get-il4-access"}},[e._v("#")]),e._v(" How Do I Get IL4 Access?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("If you are currently in IL2, do not posess a CAC or DoD approved PKI, and are trying to get access to IL4, you will have to complete a DD Form 2875:")]),e._v(" "),o("ul",[o("li",[o("a",{attrs:{href:"/DD2875.pdf",download:""}},[e._v("Download the form here")])]),e._v(" "),o("li",[e._v("Have the form signed by Mission Owner")]),e._v(" "),o("li",[e._v("Have a background check or clearance validated in JPAS")]),e._v(" "),o("li",[e._v("Justification as to why you lack a DoD approved PKI")]),e._v(" "),o("li",[e._v("Submit the completed form "),o("a",{attrs:{href:"https://jira.il2.dsop.io/servicedesk/customer/portal/1/create/44",target:"_blank",rel:"noopener noreferrer"}},[e._v("here"),o("OutboundLink")],1)])]),e._v(" "),o("p",[e._v("This process is different in the case that you posess a CAC or a DoD approved PKI. Coordinate with the mission owner for the application you are trying to gain access to in IL4.")]),e._v(" "),o("p",[e._v("For further information on what is IL2/ IL4, see: "),o("RouterLink",{attrs:{to:"/faq/faq-articles/impactlevels.html"}},[e._v('"What Is Impact Level?"')]),e._v(".")],1),e._v(" "),o("p",[e._v("For full documentation on authentication and authroization for different impact levels for Platform One, go "),o("a",{attrs:{href:"https://confluence.collab.cdl.af.mil/download/attachments/3997894/%28U%29Platform%20One%20Authentication%20%26%20Authorization.pdf?api=v2",target:"_blank",rel:"noopener noreferrer"}},[e._v("here"),o("OutboundLink")],1),e._v(".")])]},proxy:!0}])},[o("PageHeader"),e._v(" "),o("FaqTemplate")],1)}),[],!1,null,null,null);t.default=r.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[35],{450:function(e,t,o){"use strict";o.r(t);var a=o(39),r=Object(a.a)({},(function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey},scopedSlots:e._u([{key:"related",fn:function(){return[o("p",[o("strong",[e._v("Related Articles")])]),e._v(" "),o("ul",[o("li",[o("RouterLink",{attrs:{to:"/faq/faq-articles/impactlevels.html"}},[e._v("What is Impact Level?")])],1)])]},proxy:!0},{key:"faq-content",fn:function(){return[o("h2",{attrs:{id:"how-do-i-get-il4-access"}},[o("a",{staticClass:"header-anchor",attrs:{href:"#how-do-i-get-il4-access"}},[e._v("#")]),e._v(" How Do I Get IL4 Access?")]),e._v(" "),o("hr"),e._v(" "),o("p",[e._v("If you are currently in IL2, do not posess a CAC or DoD approved PKI, and are trying to get access to IL4, you will have to complete a DD Form 2875:")]),e._v(" "),o("ul",[o("li",[o("a",{attrs:{href:"/DD2875.pdf",download:""}},[e._v("Download the form here")])]),e._v(" "),o("li",[e._v("Have the form signed by Mission Owner")]),e._v(" "),o("li",[e._v("Have a background check or clearance validated in JPAS")]),e._v(" "),o("li",[e._v("Justification as to why you lack a DoD approved PKI")]),e._v(" "),o("li",[e._v("Submit the completed form "),o("a",{attrs:{href:"https://jira.il2.dsop.io/servicedesk/customer/portal/1/create/44",target:"_blank",rel:"noopener noreferrer"}},[e._v("here"),o("OutboundLink")],1)])]),e._v(" "),o("p",[e._v("This process is different in the case that you posess a CAC or a DoD approved PKI. Coordinate with the mission owner for the application you are trying to gain access to in IL4.")]),e._v(" "),o("p",[e._v("For further information on what is IL2/ IL4, see: "),o("RouterLink",{attrs:{to:"/faq/faq-articles/impactlevels.html"}},[e._v('"What Is Impact Level?"')]),e._v(".")],1),e._v(" "),o("p",[e._v("For full documentation on authentication and authroization for different impact levels for Platform One, go "),o("a",{attrs:{href:"https://confluence.collab.cdl.af.mil/download/attachments/3997894/%28U%29Platform%20One%20Authentication%20%26%20Authorization.pdf?api=v2",target:"_blank",rel:"noopener noreferrer"}},[e._v("here"),o("OutboundLink")],1),e._v(".")])]},proxy:!0}])},[o("PageHeader"),e._v(" "),o("FaqTemplate")],1)}),[],!1,null,null,null);t.default=r.exports}}]);
//# sourceMappingURL=35.js.map //# sourceMappingURL=35.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[36],{447:function(e,t,r){"use strict";r.r(t);var n=r(39),a=Object(n.a)({},(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey},scopedSlots:e._u([{key:"feedback-content",fn:function(){return[r("p",[e._v("Thank you for taking the time to leave us feedback! This will allow us to learn more about how we can improve your experience.")])]},proxy:!0},{key:"feedback-success",fn:function(){return[r("h2",{attrs:{id:"thank-you-for-sending-us-your-feedback"}},[r("a",{staticClass:"header-anchor",attrs:{href:"#thank-you-for-sending-us-your-feedback"}},[e._v("#")]),e._v(" Thank You For Sending Us Your Feedback!"),r("br")]),e._v(" "),r("br"),e._v("\nWe appreciate your time and effort as we are always looking for ways to improve. \n")]},proxy:!0},{key:"no-api-feedback-prompt",fn:function(){return[r("hr"),e._v(" "),r("h2",{attrs:{id:"best-ways-to-send-us-feedback"}},[r("a",{staticClass:"header-anchor",attrs:{href:"#best-ways-to-send-us-feedback"}},[e._v("#")]),e._v(" Best Ways to Send Us Feedback:")]),e._v(" "),r("hr"),e._v(" "),r("br"),e._v(" "),r("p",[e._v("Contact us at this email address: "),r("a",{attrs:{href:"help@dsop.io"}},[e._v("help@dsop.io")])]),e._v(" "),r("p",[e._v("Go to "),r("strong",[e._v("IL2 Mattermost")]),e._v(" and contact us in the following channel:")]),e._v(" "),r("p",[r("a",{attrs:{href:"https://chat.il2.dsop.io/platform-one/channels/team---enterprise-collaboration",target:"_blank",rel:"noopener noreferrer"}},[e._v("Team - Enterprise Collaboration Product Team"),r("OutboundLink")],1),e._v(" "),r("br"),r("br")])]},proxy:!0},{key:"warning",fn:function(){return[r("p",[e._v("⚠️ This page is currently under construction. Stay tuned! ⚠️")])]},proxy:!0}])},[r("PageHeader"),e._v(" "),r("Feedback")],1)}),[],!1,null,null,null);t.default=a.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[36],{446:function(e,t,r){"use strict";r.r(t);var n=r(39),a=Object(n.a)({},(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey},scopedSlots:e._u([{key:"feedback-content",fn:function(){return[r("p",[e._v("Thank you for taking the time to leave us feedback! This will allow us to learn more about how we can improve your experience.")])]},proxy:!0},{key:"feedback-success",fn:function(){return[r("h2",{attrs:{id:"thank-you-for-sending-us-your-feedback"}},[r("a",{staticClass:"header-anchor",attrs:{href:"#thank-you-for-sending-us-your-feedback"}},[e._v("#")]),e._v(" Thank You For Sending Us Your Feedback!"),r("br")]),e._v(" "),r("br"),e._v("\nWe appreciate your time and effort as we are always looking for ways to improve. \n")]},proxy:!0},{key:"no-api-feedback-prompt",fn:function(){return[r("hr"),e._v(" "),r("h2",{attrs:{id:"best-ways-to-send-us-feedback"}},[r("a",{staticClass:"header-anchor",attrs:{href:"#best-ways-to-send-us-feedback"}},[e._v("#")]),e._v(" Best Ways to Send Us Feedback:")]),e._v(" "),r("hr"),e._v(" "),r("br"),e._v(" "),r("p",[e._v("Contact us at this email address: "),r("a",{attrs:{href:"help@dsop.io"}},[e._v("help@dsop.io")])]),e._v(" "),r("p",[e._v("Go to "),r("strong",[e._v("IL2 Mattermost")]),e._v(" and contact us in the following channel:")]),e._v(" "),r("p",[r("a",{attrs:{href:"https://chat.il2.dsop.io/platform-one/channels/team---enterprise-collaboration",target:"_blank",rel:"noopener noreferrer"}},[e._v("Team - Enterprise Collaboration Product Team"),r("OutboundLink")],1),e._v(" "),r("br"),r("br")])]},proxy:!0},{key:"warning",fn:function(){return[r("p",[e._v("⚠️ This page is currently under construction. Stay tuned! ⚠️")])]},proxy:!0}])},[r("PageHeader"),e._v(" "),r("Feedback")],1)}),[],!1,null,null,null);t.default=a.exports}}]);
//# sourceMappingURL=36.js.map //# sourceMappingURL=36.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[37],{448:function(t,e,s){"use strict";s.r(e);var r=s(39),o=Object(r.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[e("h2",{attrs:{id:"thank-you-for-your-feedback-this-route-query-sendersname"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#thank-you-for-your-feedback-this-route-query-sendersname"}},[this._v("#")]),this._v(" Thank You For Your Feedback, "+this._s(this.$route.query.sendersName))]),this._v(" "),e("hr"),this._v(" "),e("p",[this._v("We hope to get back to you soon!")])])}),[],!1,null,null,null);e.default=o.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[37],{447:function(t,e,s){"use strict";s.r(e);var r=s(39),o=Object(r.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[e("h2",{attrs:{id:"thank-you-for-your-feedback-this-route-query-sendersname"}},[e("a",{staticClass:"header-anchor",attrs:{href:"#thank-you-for-your-feedback-this-route-query-sendersname"}},[this._v("#")]),this._v(" Thank You For Your Feedback, "+this._s(this.$route.query.sendersName))]),this._v(" "),e("hr"),this._v(" "),e("p",[this._v("We hope to get back to you soon!")])])}),[],!1,null,null,null);e.default=o.exports}}]);
//# sourceMappingURL=37.js.map //# sourceMappingURL=37.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[38],{449:function(t,e,s){"use strict";s.r(e);var n=s(39),r=Object(n.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[e("PageHeader"),this._v(" "),e("MattermostHelp")],1)}),[],!1,null,null,null);e.default=r.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[38],{448:function(t,e,s){"use strict";s.r(e);var n=s(39),r=Object(n.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[e("PageHeader"),this._v(" "),e("MattermostHelp")],1)}),[],!1,null,null,null);e.default=r.exports}}]);
//# sourceMappingURL=38.js.map //# sourceMappingURL=38.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[39],{450:function(t,e,s){"use strict";s.r(e);var n=s(39),r=Object(n.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[e("PageHeader"),this._v(" "),e("MattermostTeams")],1)}),[],!1,null,null,null);e.default=r.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[39],{449:function(t,e,s){"use strict";s.r(e);var n=s(39),r=Object(n.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}},[e("PageHeader"),this._v(" "),e("MattermostTeams")],1)}),[],!1,null,null,null);e.default=r.exports}}]);
//# sourceMappingURL=39.js.map //# sourceMappingURL=39.js.map
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[40],{452:function(t,e,n){"use strict";n.r(e);var s=n(39),l=Object(s.a)({},(function(){var t=this.$createElement;return(this._self._c||t)("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}})}),[],!1,null,null,null);e.default=l.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[40],{451:function(t,e,n){"use strict";n.r(e);var s=n(39),l=Object(s.a)({},(function(){var t=this.$createElement;return(this._self._c||t)("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}})}),[],!1,null,null,null);e.default=l.exports}}]);
//# sourceMappingURL=40.js.map //# sourceMappingURL=40.js.map
\ No newline at end of file
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
<meta name="generator" content="VuePress 1.5.2"> <meta name="generator" content="VuePress 1.5.2">
<meta name="description" content="Enterprise Collaboration - Platform One"> <meta name="description" content="Enterprise Collaboration - Platform One">
<link rel="preload" href="/assets/css/0.styles.9d392d11.css" as="style"><link rel="preload" href="/0.js" as="script"><link rel="preload" href="/app.js" as="script"><link rel="preload" href="/29.js" as="script"><link rel="prefetch" href="/1.js"><link rel="prefetch" href="/10.js"><link rel="prefetch" href="/11.js"><link rel="prefetch" href="/12.js"><link rel="prefetch" href="/13.js"><link rel="prefetch" href="/14.js"><link rel="prefetch" href="/15.js"><link rel="prefetch" href="/16.js"><link rel="prefetch" href="/17.js"><link rel="prefetch" href="/18.js"><link rel="prefetch" href="/19.js"><link rel="prefetch" href="/2.js"><link rel="prefetch" href="/20.js"><link rel="prefetch" href="/21.js"><link rel="prefetch" href="/22.js"><link rel="prefetch" href="/23.js"><link rel="prefetch" href="/24.js"><link rel="prefetch" href="/25.js"><link rel="prefetch" href="/26.js"><link rel="prefetch" href="/27.js"><link rel="prefetch" href="/28.js"><link rel="prefetch" href="/3.js"><link rel="prefetch" href="/30.js"><link rel="prefetch" href="/31.js"><link rel="prefetch" href="/32.js"><link rel="prefetch" href="/33.js"><link rel="prefetch" href="/34.js"><link rel="prefetch" href="/35.js"><link rel="prefetch" href="/36.js"><link rel="prefetch" href="/37.js"><link rel="prefetch" href="/38.js"><link rel="prefetch" href="/39.js"><link rel="prefetch" href="/40.js"><link rel="prefetch" href="/41.js"><link rel="prefetch" href="/42.js"><link rel="prefetch" href="/43.js"><link rel="prefetch" href="/44.js"><link rel="prefetch" href="/45.js"><link rel="prefetch" href="/46.js"><link rel="prefetch" href="/47.js"><link rel="prefetch" href="/48.js"><link rel="prefetch" href="/49.js"><link rel="prefetch" href="/5.js"><link rel="prefetch" href="/50.js"><link rel="prefetch" href="/51.js"><link rel="prefetch" href="/52.js"><link rel="prefetch" href="/53.js"><link rel="prefetch" href="/54.js"><link rel="prefetch" href="/55.js"><link rel="prefetch" href="/56.js"><link rel="prefetch" href="/57.js"><link rel="prefetch" href="/6.js"><link rel="prefetch" href="/7.js"><link rel="prefetch" href="/8.js"><link rel="prefetch" href="/9.js"><link rel="prefetch" href="/fonts.css"> <link rel="preload" href="/assets/css/0.styles.37725099.css" as="style"><link rel="preload" href="/0.js" as="script"><link rel="preload" href="/app.js" as="script"><link rel="preload" href="/29.js" as="script"><link rel="prefetch" href="/1.js"><link rel="prefetch" href="/10.js"><link rel="prefetch" href="/11.js"><link rel="prefetch" href="/12.js"><link rel="prefetch" href="/13.js"><link rel="prefetch" href="/14.js"><link rel="prefetch" href="/15.js"><link rel="prefetch" href="/16.js"><link rel="prefetch" href="/17.js"><link rel="prefetch" href="/18.js"><link rel="prefetch" href="/19.js"><link rel="prefetch" href="/2.js"><link rel="prefetch" href="/20.js"><link rel="prefetch" href="/21.js"><link rel="prefetch" href="/22.js"><link rel="prefetch" href="/23.js"><link rel="prefetch" href="/24.js"><link rel="prefetch" href="/25.js"><link rel="prefetch" href="/26.js"><link rel="prefetch" href="/27.js"><link rel="prefetch" href="/28.js"><link rel="prefetch" href="/3.js"><link rel="prefetch" href="/30.js"><link rel="prefetch" href="/31.js"><link rel="prefetch" href="/32.js"><link rel="prefetch" href="/33.js"><link rel="prefetch" href="/34.js"><link rel="prefetch" href="/35.js"><link rel="prefetch" href="/36.js"><link rel="prefetch" href="/37.js"><link rel="prefetch" href="/38.js"><link rel="prefetch" href="/39.js"><link rel="prefetch" href="/40.js"><link rel="prefetch" href="/41.js"><link rel="prefetch" href="/42.js"><link rel="prefetch" href="/43.js"><link rel="prefetch" href="/44.js"><link rel="prefetch" href="/45.js"><link rel="prefetch" href="/46.js"><link rel="prefetch" href="/47.js"><link rel="prefetch" href="/48.js"><link rel="prefetch" href="/49.js"><link rel="prefetch" href="/5.js"><link rel="prefetch" href="/50.js"><link rel="prefetch" href="/51.js"><link rel="prefetch" href="/52.js"><link rel="prefetch" href="/53.js"><link rel="prefetch" href="/54.js"><link rel="prefetch" href="/55.js"><link rel="prefetch" href="/56.js"><link rel="prefetch" href="/57.js"><link rel="prefetch" href="/6.js"><link rel="prefetch" href="/7.js"><link rel="prefetch" href="/8.js"><link rel="prefetch" href="/9.js"><link rel="prefetch" href="/fonts.css">
<link rel="stylesheet" href="/assets/css/0.styles.9d392d11.css"> <link rel="stylesheet" href="/assets/css/0.styles.37725099.css">
</head> </head>
<body> <body>
<div id="app" data-server-rendered="true"><div class="theme-container"><div class="content"><h1>404</h1> <blockquote>How did we get here?</blockquote> <a href="/" class="router-link-active"> <div id="app" data-server-rendered="true"><div class="theme-container"><div class="content"><h1>404</h1> <blockquote>That's a Four-Oh-Four.</blockquote> <a href="/" class="router-link-active">
Take me home. Take me home.
</a></div></div><div class="global-ui"></div></div> </a></div></div><div class="global-ui"></div></div>
<script src="/0.js" defer></script><script src="/29.js" defer></script><script src="/app.js" defer></script> <script src="/0.js" defer></script><script src="/29.js" defer></script><script src="/app.js" defer></script>
......
(window.webpackJsonp=window.webpackJsonp||[]).push([[41],{451:function(t,e,n){"use strict";n.r(e);var s=n(39),l=Object(s.a)({},(function(){var t=this.$createElement;return(this._self._c||t)("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}})}),[],!1,null,null,null);e.default=l.exports}}]); (window.webpackJsonp=window.webpackJsonp||[]).push([[41],{452:function(t,e,n){"use strict";n.r(e);var s=n(39),l=Object(s.a)({},(function(){var t=this.$createElement;return(this._self._c||t)("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}})}),[],!1,null,null,null);e.default=l.exports}}]);
//# sourceMappingURL=41.js.map //# sourceMappingURL=41.js.map
\ No newline at end of file