- adding and authenticating users to/through LDAP
[myslice.git] / portal / templates / fibre / fibre__widget-login-fed-manager.html
index 8114d9e..181fe83 100644 (file)
@@ -1,4 +1,4 @@
-<div class="well">
+<div class="well login-widget" style="background:none;border:none;width:400px;">
        {% if state %}
        <span class="help-block">{{ state }}</span>
        {% endif %}
@@ -7,17 +7,18 @@
          {% if next %}
          <input type="hidden" name="next" value="{{ next }}" />
          {% endif %}
-       <div class="form-group">
-       <label for="fed"></label>
-       <input type="radio" name="base" value="br" checked>
+        <div class="form-group" style="color:white;">
+       <!--<label for="fed"></label>
+       <input type="radio" name="base" value="br" checked>
                <img src="{{ STATIC_URL }}img/fibre/br.png" alt="Brazil" height="32" width="40" />
        <input type="radio" name="base" value="eu">
                <img src="{{ STATIC_URL }}img/fibre/eu.png" alt="Europe Union" height="32" width="32" />
-       <input type="radio" name="base" value="local">Local User
-       </div>
+       <input type="radio" name="base" value="local">&nbsp;Local User -->
+       </div> 
+
        <div class="form-group">
-       <label for="username">Username </label>
-       <input type="email" class="form-control" name="username" placeholder="Enter Email / username">
+       <label for="username">Username</label>
+       <input type="text" class="form-control" name="username" placeholder="Enter username@organization">
        </div>
        <div class="form-group">
        <label for="password">Password</label>
@@ -28,7 +29,7 @@
                <span class="lost-password">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="/portal/pass_reset/">Can't access your account?</a></span>
        </div>
        <div class="login-signup">
-               <a href="/portal/register">Try</a>, <a href="/portal/register">Sign Up</a> or <a href="/portal/join">Join</a>
+               Don't have an account? <a href="/portal/register">Sign up now</a>
        </div>
        </form>
 </div>