bumped chrome app to 0.0.2, ask user name at login

This commit is contained in:
Tankred Hase 2013-06-09 12:50:16 +02:00
parent 1491e9fd1d
commit 16f0c5aca6
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
// post message to main window
app.util.postMessage('login', {
userId: userId,
userId: userId + '@mail.whiteout.io',
password: password
}, function(resArgs) {
var err = resArgs.err;

View File

@ -1,7 +1,7 @@
{
"name": "Whiteout Mail",
"description": "Mail app with end-2-end encrypted messaging and client-side encrypted sync to the cloud. Your data belongs only to you.",
"version": "0.0.1",
"version": "0.0.2",
"manifest_version": 2,
"offline_enabled": true,
"icons": {

View File

@ -7,7 +7,7 @@
<div id="loginForm">
<h3>Please sign in</h3>
<label for="userId" class="ui-hidden-accessible">Username:</label>
<input type="email" name="user" id="userId" value="integration@mail.whiteout.io" placeholder="email" data-theme="a">
<input type="email" name="user" id="userId" value="integration" placeholder="user" data-theme="a">
<label for="password" class="ui-hidden-accessible">Password:</label>
<input type="password" name="pass" id="password" value="hellosafe" placeholder="password" data-theme="a">
<input type="button" data-theme="b" data-icon="check" id="loginBtn" value="Sign in">