Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
3df0c957
Commit
3df0c957
authored
Apr 25, 2015
by
JC Brand
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into roster_refactor
parents
aa3de742
c2be6019
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
docs/CHANGES.rst
docs/CHANGES.rst
+1
-0
src/templates/login_panel.html
src/templates/login_panel.html
+1
-1
No files found.
docs/CHANGES.rst
View file @
3df0c957
...
@@ -6,6 +6,7 @@ Changelog
...
@@ -6,6 +6,7 @@ Changelog
* Add the ability to log in anonymously. [jcbrand]
* Add the ability to log in anonymously. [jcbrand]
* Add the ability to log in automatically. [jcbrand]
* Add the ability to log in automatically. [jcbrand]
* Remove ``type=email`` from JID field in login form. Resulting validation error confuses people. [jcbrand]
* #344 Enable the path to the sound files to be configured [thierrytiti and jcbrand]
* #344 Enable the path to the sound files to be configured [thierrytiti and jcbrand]
* #370 Unable to register a new user to ejabberd 2.1.11. [gbonvehi]
* #370 Unable to register a new user to ejabberd 2.1.11. [gbonvehi]
* #372 Some offline users have a visible empty <dd> in the roster. [floriancargoet]
* #372 Some offline users have a visible empty <dd> in the roster. [floriancargoet]
...
...
src/templates/login_panel.html
View file @
3df0c957
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
{[ if (!auto_login) { ]}
{[ if (!auto_login) { ]}
{[ if (authentication == LOGIN) { ]}
{[ if (authentication == LOGIN) { ]}
<label>
{{label_username}}
</label>
<label>
{{label_username}}
</label>
<input
type=
"email"
name=
"jid"
placeholder=
"user@server"
>
<input
name=
"jid"
placeholder=
"user@server"
>
<label>
{{label_password}}
</label>
<label>
{{label_password}}
</label>
<input
type=
"password"
name=
"password"
placeholder=
"password"
>
<input
type=
"password"
name=
"password"
placeholder=
"password"
>
<input
class=
"submit"
type=
"submit"
value=
"{{label_login}}"
>
<input
class=
"submit"
type=
"submit"
value=
"{{label_login}}"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment