~camptocamp/server-env-tools/7.0-fix-1302500

« back to all changes in this revision

Viewing changes to auth_from_http_basic_logout/i18n/auth_from_http_basic_logout.pot

  • Committer: Stefan Rijnhart
  • Author(s): hbrunn at therp
  • Date: 2014-04-02 08:22:09 UTC
  • mfrom: (53.1.8 7.0-auth_from_http_basic)
  • Revision ID: stefan@therp.nl-20140402082209-s105hrv8fpikbug6
[ADD] HTTP Basic auth for OpenERP. One module picks up the HTTP authorization
header and tries to login the user with the credentials given. Usually,
you would have a setup that your OpenERP instance sits behind a proxy
that does the authentication and passes it on via those headers.

The second modifies the logout procedure to clear the browser's credential
cache for basic authentication for the site OpenERP is running on.

It is split into two modules because of the web client's habit of loading
all addons which have a static directory, resulting in always executing
auth_from_http_basic's monkey patch. This way the user has to consciously
decide to load the addon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Translation of OpenERP Server.
 
2
# This file contains the translation of the following modules:
 
3
#
 
4
msgid ""
 
5
msgstr ""
 
6
"Project-Id-Version: OpenERP Server 7.0\n"
 
7
"Report-Msgid-Bugs-To: \n"
 
8
"POT-Creation-Date: 2014-01-18 16:31+0000\n"
 
9
"PO-Revision-Date: 2014-01-18 16:31+0000\n"
 
10
"Last-Translator: <>\n"
 
11
"Language-Team: \n"
 
12
"MIME-Version: 1.0\n"
 
13
"Content-Type: text/plain; charset=UTF-8\n"
 
14
"Content-Transfer-Encoding: \n"
 
15
"Plural-Forms: \n"
 
16
 
 
17
#. module: auth_from_http_basic_logout
 
18
#. openerp-web
 
19
#: code:addons/auth_from_http_basic_logout/static/src/js/auth_from_http_basic_logout.js:37
 
20
#, python-format
 
21
msgid "<p style=\"background: white\">You have been logged out successfully. <a href=\"#\">Click here to log in again.</a></p>"
 
22
msgstr ""
 
23