Commit db652df0aeaa2fe7d9e0ee10551de041e00e6987

Authored by Caio Almeida
1 parent 00542a07

Show message about login format

ConfJuvApp/builds/confjuv-dev.apk
No preview for this file type
ConfJuvApp/builds/confjuvapp-live.apk
No preview for this file type
ConfJuvApp/builds/confjuvapp-web.zip
No preview for this file type
ConfJuvApp/config.xml
1 1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2   -<widget id="com.ionicframework.confjuvapp748431" version="0.0.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  2 +<widget id="com.ionicframework.confjuvapp748431" version="0.0.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3 3 <name>#3ConfJuv</name>
4 4 <description>Aplicativo móvel para 3ª Conferência Nacional de Juventude</description>
5 5 <author email="confjuvapp@gmail.com" href="http://www.juventude.gov.br/"></author>
... ...
ConfJuvApp/www/html/_login.html
... ... @@ -73,6 +73,7 @@
73 73  
74 74 <label class="item item-input"><input type="text" placeholder="E-mail" ng-model="data.email" required></label>
75 75 <label class="item item-input"><input type="text" placeholder="Nome de usuário" ng-model="data.login" required></label>
  76 + <p><small>Espaços, letras maiúsculas ou acentos não são permitidos</small></p>
76 77  
77 78 <ng-include src="'html/_signup_person_fields.html'"></ng-include>
78 79  
... ...