js updated for accessing nitos nodes
[myslice.git] / portal / templates / join_view.html
index 57d8034..d065766 100644 (file)
        <div class="form-group">
        <input type="tel" id="pi_phone" name="pi_phone" value="{{ pi_phone }}" 
                title="We may phone the manager as part of the validation process, and in case any issues arise with the use of the system."
-               style="width:200px" placeholder="Phone number"  maxlength="20" class="form-control" required>
+               style="width:200px" placeholder="Phone number"  maxlength="20" class="form-control">
     </div>
        <div class="form-group">
-               <input type="password"  id="password" name="pi_password"   class="form-control" style="width:200px" minlength="4" value="{{ password }}" placeholder="Password" required/>
+               <input type="password"  id="password" name="pi_password"   class="form-control" style="width:200px" minlength="8" value="{{ password }}" placeholder="Password" required/>
        </div>
        <div class="form-group">
-       <input type="password"  id="confirmpassword" name="confirmpassword" style="width:200px"  minlength="4" class="form-control" value="" placeholder="Confirm Password" required/>
+       <input type="password"  id="confirmpassword" name="confirmpassword" style="width:200px"  minlength="8" class="form-control" value="" placeholder="Confirm Password" required/>
        </div>
 
        </div>
 </div>
        <div class="form-group" >
-               <p></p>
+               <input type="checkbox" name="agreement" value="agreement" required />&nbsp;&nbsp; I agree to the
+<a href="/terms" target="_blank">terms and conditions.</a>
+
+               <br><br>
                <button type="submit" class="btn btn-onelab">Submit</button>
        </div>
 </form>