~openerp-community/openobject-doc/ksa-openobject-doc-6.0

« back to all changes in this revision

Viewing changes to i18n/ru/source/technical_guide/c2c_one_time_password_login.rst

  • Committer: Don Kirkby
  • Date: 2011-02-21 20:46:11 UTC
  • mfrom: (433.1.53 openobject-doc)
  • Revision ID: donkirkby+launpd@gmail.com-20110221204611-1ykt6dmg4k3gh5dh
[MERGE] revisions 477 to 486 from the 5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: .. module:: c2c_one_time_password_login
 
3
.. i18n:     :synopsis: c2c_one_time_password_login 
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
..
 
7
 
 
8
.. module:: c2c_one_time_password_login
 
9
    :synopsis: c2c_one_time_password_login 
 
10
    :noindex:
 
11
.. 
 
12
 
 
13
.. i18n: .. raw:: html
 
14
.. i18n: 
 
15
.. i18n:       <br />
 
16
.. i18n:     <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
17
..
 
18
 
 
19
.. raw:: html
 
20
 
 
21
      <br />
 
22
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
23
 
 
24
.. i18n: .. tip:: This module is part of the OpenERP software, the leading Open Source 
 
25
.. i18n:   enterprise management system. If you want to discover OpenERP, check our 
 
26
.. i18n:   `screencasts <http://openerp.tv>`_ or download 
 
27
.. i18n:   `OpenERP <http://openerp.com>`_ directly.
 
28
..
 
29
 
 
30
.. tip:: This module is part of the OpenERP software, the leading Open Source 
 
31
  enterprise management system. If you want to discover OpenERP, check our 
 
32
  `screencasts <http://openerp.tv>`_ or download 
 
33
  `OpenERP <http://openerp.com>`_ directly.
 
34
 
 
35
.. i18n: .. raw:: html
 
36
.. i18n: 
 
37
.. i18n:     <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/c2c_one_time_password_login"></div>
 
38
.. i18n:     <script src="http://js-kit.com/ratings.js"></script>
 
39
..
 
40
 
 
41
.. raw:: html
 
42
 
 
43
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/c2c_one_time_password_login"></div>
 
44
    <script src="http://js-kit.com/ratings.js"></script>
 
45
 
 
46
.. i18n: c2c_one_time_password_login (*c2c_one_time_password_login*)
 
47
.. i18n: ===========================================================
 
48
.. i18n: :Module: c2c_one_time_password_login
 
49
.. i18n: :Name: c2c_one_time_password_login
 
50
.. i18n: :Version: 5.0.1.0
 
51
.. i18n: :Author: Camptocamp SA
 
52
.. i18n: :Directory: c2c_one_time_password_login
 
53
.. i18n: :Web: 
 
54
.. i18n: :Official module: no
 
55
.. i18n: :Quality certified: no
 
56
..
 
57
 
 
58
c2c_one_time_password_login (*c2c_one_time_password_login*)
 
59
===========================================================
 
60
:Module: c2c_one_time_password_login
 
61
:Name: c2c_one_time_password_login
 
62
:Version: 5.0.1.0
 
63
:Author: Camptocamp SA
 
64
:Directory: c2c_one_time_password_login
 
65
:Web: 
 
66
:Official module: no
 
67
:Quality certified: no
 
68
 
 
69
.. i18n: Description
 
70
.. i18n: -----------
 
71
..
 
72
 
 
73
Description
 
74
-----------
 
75
 
 
76
.. i18n: ::
 
77
.. i18n: 
 
78
.. i18n:   Generic OTP login module that provides basic 
 
79
.. i18n:       session and mechanism for OTP.
 
80
.. i18n:       
 
81
.. i18n:       We do not intend to provide a generic framework for authentication but just one for OTP.   
 
82
.. i18n:       Actually it is not design to support CAS, Kerberos etc.
 
83
.. i18n:   
 
84
.. i18n:       The c2c_one_time_password_login provides the base mechanism for OTP 
 
85
.. i18n:       like authentication function overriding, user session, login management, timeout management, mutli connection, etc.
 
86
.. i18n:       You have one function to override in a provider module. The function is check_otp.
 
87
.. i18n:       A provider module let you to write a provider for a specific OTP system 
 
88
.. i18n:       You have a sample in the c2c_one_time_password_login_yubikey_provider module.
 
89
.. i18n:       The OTP configuration is done on the company view. Please see the help in the form.
 
90
..
 
91
 
 
92
::
 
93
 
 
94
  Generic OTP login module that provides basic 
 
95
      session and mechanism for OTP.
 
96
      
 
97
      We do not intend to provide a generic framework for authentication but just one for OTP.   
 
98
      Actually it is not design to support CAS, Kerberos etc.
 
99
  
 
100
      The c2c_one_time_password_login provides the base mechanism for OTP 
 
101
      like authentication function overriding, user session, login management, timeout management, mutli connection, etc.
 
102
      You have one function to override in a provider module. The function is check_otp.
 
103
      A provider module let you to write a provider for a specific OTP system 
 
104
      You have a sample in the c2c_one_time_password_login_yubikey_provider module.
 
105
      The OTP configuration is done on the company view. Please see the help in the form.
 
106
 
 
107
.. i18n: Download links
 
108
.. i18n: --------------
 
109
..
 
110
 
 
111
Download links
 
112
--------------
 
113
 
 
114
.. i18n: You can download this module as a zip file in the following version:
 
115
..
 
116
 
 
117
You can download this module as a zip file in the following version:
 
118
 
 
119
.. i18n: (No download links available)
 
120
..
 
121
 
 
122
(No download links available)
 
123
 
 
124
.. i18n: Dependencies
 
125
.. i18n: ------------
 
126
..
 
127
 
 
128
Dependencies
 
129
------------
 
130
 
 
131
.. i18n:  * :mod:`base`
 
132
..
 
133
 
 
134
 * :mod:`base`
 
135
 
 
136
.. i18n: Reports
 
137
.. i18n: -------
 
138
..
 
139
 
 
140
Reports
 
141
-------
 
142
 
 
143
.. i18n: None
 
144
..
 
145
 
 
146
None
 
147
 
 
148
.. i18n: Menus
 
149
.. i18n: -------
 
150
..
 
151
 
 
152
Menus
 
153
-------
 
154
 
 
155
.. i18n: None
 
156
..
 
157
 
 
158
None
 
159
 
 
160
.. i18n: Views
 
161
.. i18n: -----
 
162
..
 
163
 
 
164
Views
 
165
-----
 
166
 
 
167
.. i18n:  * \* INHERIT res.company.form.inherit (form)
 
168
.. i18n:  * \* INHERIT res.company.form.otp_setting (form)
 
169
..
 
170
 
 
171
 * \* INHERIT res.company.form.inherit (form)
 
172
 * \* INHERIT res.company.form.otp_setting (form)
 
173
 
 
174
.. i18n: Objects
 
175
.. i18n: -------
 
176
..
 
177
 
 
178
Objects
 
179
-------
 
180
 
 
181
.. i18n: None
 
182
..
 
183
 
 
184
None