PageRenderTime 42ms queryTime 93ms sortTime 212ms getByIdsTime 502ms findMatchingLines 29ms

100+ results results for 'password=' (42 ms)

Not the results you expected?
bundle.js https://gitlab.com/sudobat/micro-blog-front | JavaScript | 245 lines
                    
172
                    
173        return new Request('http://localhost/api/v1/users/login?email='+email+'&password='+password, {
                    
174            method: 'GET',
                    
                
users_test.rb https://github.com/ginkel/redmine.git | Ruby | 275 lines
                    
271  
                    
272  def credentials(user, password=nil)
                    
273    ActionController::HttpAuthentication::Basic.encode_credentials(user, password || user)
                    
                
Kunde.java https://bitbucket.org/cprenzberg/resteasy.git | Java | 311 lines
                    
261              ", anzJahre=" + getAnzJahre() +
                    
262              ", password=" + password +
                    
263              ", erzeugt=" + erzeugt +
                    
                
dbconsole_test.rb https://github.com/Tho85/rails.git | Ruby | 249 lines
                    
117  def test_mysql_include_password
                    
118    dbconsole.expects(:find_cmd_and_exec).with(%w[mysql mysql5], '--user=user', '--password=qwerty', 'db')
                    
119    start({adapter: 'mysql', database: 'db', username: 'user', password: 'qwerty'}, ['-p'])
                    
                
konica_minolta_pwd_extract.rb https://gitlab.com/alx741/metasploit-framework | Ruby | 259 lines
                    
206        sword = "#{@smb_pass[i]}"
                    
207        print_good("SMB Account:User=#{sname}:Password=#{sword}:Host=#{shost}:Port=139")
                    
208        register_creds('smb', shost, '139', sname, sword)
                    
217        fport = "#{@ftp_port[i]}"
                    
218        print_good("FTP Account:User=#{fname}:Password=#{fword}:Host=#{fhost}:Port=#{fport}")
                    
219        register_creds('ftp', fhost, fport, fname, fword)
                    
                
PageDAO.cfc https://bitbucket.org/asfusion/mango-updates.git | ColdFusion CFScript | 202 lines
                    
9
                    
10		<cfquery name="qRead" datasource="#variables.dsn#" username="#variables.username#" password="#variables.password#">
                    
11			select 	id, parent_page_id, template,hierarchy,sort_order
                    
70		<cftry>
                    
71			<cfquery name="qinsertpost"  datasource="#variables.dsn#" username="#variables.username#" password="#variables.password#">
                    
72				INSERT INTO #variables.prefix#page
                    
122	<cftry>
                    
123		<cfquery name="qupdatepost"  datasource="#variables.dsn#" username="#variables.username#" password="#variables.password#">
                    
124		UPDATE #variables.prefix#page
                    
160	<cftry>
                    
161		<cfquery name="qdeletepost"  datasource="#variables.dsn#" username="#variables.username#" password="#variables.password#">
                    
162            DELETE FROM #variables.prefix#page
                    
188
                    
189		<cfquery name="qexists"  datasource="#variables.dsn#" username="#variables.username#" password="#variables.password#">
                    
190         	SELECT 
                    
                
ServerUserListServerPlugin.cs https://github.com/aravindmc/CruiseControl.NET.git | C# | 185 lines
                    
26    /// <code title="Full Example">
                    
27    /// &lt;serverUserListServerPlugin resetPassword="anewpassword" /&gt;
                    
28    /// </code>
                    
                
test_pages.py https://gitlab.com/BeyondeLabs/kanisa | Python | 182 lines
                    
25    def test_index_view(self):
                    
26        self.client.login(username='fred', password='secret')
                    
27        resp = self.client.get(reverse('kanisa_manage_pages'))
                    
32    def test_create_page_view(self):
                    
33        self.client.login(username='fred', password='secret')
                    
34
                    
69
                    
70        self.client.login(username='fred', password='secret')
                    
71
                    
111                                        parent=parent_page)
                    
112        self.client.login(username='fred', password='secret')
                    
113
                    
                
Language_zh_CN.properties https://github.com/vilmospapp/liferay-portal.git | Properties File | 137 lines
                    
45import-certificate=导入证书
                    
46incorrect-key-password=密钥密码不正确。
                    
47incorrect-keystore-password=密钥库密码不正确。
                    
53key-length-bits=密钥长度(位)
                    
54key-password=密钥密码
                    
55keystore-entry-to-import=要导入的密钥库条目
                    
56keystore-exception=加载 SAML 密钥库时出错。请联系您的系统管理员。
                    
57keystore-password=密钥库密码
                    
58keystore-password-incorrect=无法使用 SAML 密钥库进行身份验证。请联系您的系统管理员。
                    
82please-enter-a-valid-key-length-and-algorithm=请输入有效的密钥长度和算法。
                    
83please-enter-a-valid-key-password=请输入有效的密钥密码。
                    
84please-enter-a-valid-metadata-endpoint-url=请输入有效的元数据端点 URL。
                    
                
Language_ro.properties https://github.com/BrettSwaim/liferay-portal.git | Properties File | 37 lines
                    
1authentication-search-filter-help=Introduceţi filtrul de căutare care este folosit pentru a testa validitatea unui utilizator. Token-uri @company_id @, @email_address @, @screen_name @, şi @user_id @ sunt înlocuite în timpul rulării cu valorile corecte. (Automatic Translation)
                    
2autogenerate-user-password=Autogenerate utilizator parola (Automatic Translation)
                    
3base-dn-help=Base DN specifică contextul iniţială căutare pentru utilizatori şi este opţional. (Automatic Translation)
                    
6create-role-per-group=Crea rolul fiecare grupă (Automatic Translation)
                    
7default-user-password=Deafult utilizator parola (Automatic Translation)
                    
8enable-group-cache=Activează grupul Cache (Automatic Translation)
                    
8enable-group-cache=Activează grupul Cache (Automatic Translation)
                    
9enable-user-password=Permite parola de utilizator (Automatic Translation)
                    
10export-enabled-help=Setări pentru exportul de utilizatorii din portal LDAP. Acest lucru permite utilizatorului să modifice său primul nume, ultimul nume, etc în portal şi au că schimbarea împins la serverul LDAP. Această setare nu este folosit decât dacă proprietatea "LDAPAuthConfiguration.enabled" este setat la adevărat. (Automatic Translation)
                    
                
mysql_secure_installation.pl https://github.com/edmondscommerce/XAMPP-Magento-Demo-Site.git | Perl | 352 lines
                    
80             "user=root",
                    
81             "password=$rootpass");
                    
82}
                    
122
                    
123  do_query("UPDATE mysql.user SET Password=PASSWORD('$password1') WHERE User='root';");
                    
124  if ( $? == 0 ) {
                    
                
views.py https://gitlab.com/nayonacademy/questiongenerate | Python | 261 lines
                    
23        password = request.POST['password']
                    
24        user = authenticate(username=username, password=password)
                    
25        if user:
                    
                
Language_fa.properties https://github.com/matthewkong/liferay-portal.git | Properties File | 37 lines
                    
1authentication-search-filter-help=فیلتر جستجویی را که برای تست اعتبار یک کاربر است را وارد نمایید. tokens @company_id@, @email_address@, @screen_name@, and @user_id@ در زمان اجرا توسط مقادیر صحیحی جایگزین خواهند شد.
                    
2autogenerate-user-password=ایجاد خودکار رمز عبور کاربران
                    
3base-dn-help=Base DN زمینه جستجوی اولیه را برای کاربران مشخص کرده و اختیاری است.
                    
6create-role-per-group=ساخت نقش برای هر گروه
                    
7default-user-password=کلمه عبور کاربر به صورت پیش فرض
                    
8enable-group-cache=فعال‌سازی حافظه گروه
                    
8enable-group-cache=فعال‌سازی حافظه گروه
                    
9enable-user-password=فعالسازی کلمه عبور کاربر
                    
10export-enabled-help=تنظیمات برای بارگذاری کاربران از پورتال به LDAP. این به کاربر اجازه تغییر نام و نام خانوادگی و ... را می‌دهد. در پورتال که باعث تغییر در سرور LDAP می‌شود. این تنظیمات استفاده نمی‌شوند تا زمانیکه"LDAPAuthConfiguration.enabled" به درستی تنظیم شوند.
                    
                
Language_ca.properties https://github.com/almonwork/liferay-portal.git | Properties File | 101 lines
                    
15create-site=Crea un lloc
                    
16current-password=Contrasenya actual
                    
17edit-address=Edita l'adreça
                    
59the-organization-name-is-already-taken=El nom de l'organització ja existeix.
                    
60the-password-you-entered-for-the-current-password-does-not-match-your-current-password=La contrasenya introduïda no coincideix amb la seva contrasenya actual. Torneu-ho a provar.
                    
61the-selected-organization-is-associated-with-deactivated-users.-do-you-want-to-proceed-with-deleting-the-selected-organization-by-automatically-unassociating-the-deactivated-users=L'organització que heu seleccionat està associada a usuaris desactivats. Voleu procedir amb l'eliminació d'aquesta organització i dissoldre automàticament l'associació dels usuaris desactivats?
                    
                
usuarioController.php https://gitlab.com/fabian.morales/Spencial | PHP | 264 lines
                    
34
                    
35    function login($username="", $password="", $redirect="", $noredir = false){  
                    
36        $req = myApp::getRequest();
                    
                
securicad.py https://gitlab.com/gnebbia/mgg | Python | 227 lines
                    
44        username=username,
                    
45        password=password,
                    
46        organization=org,
                    
79        username=config["enterprise-client"]["username"],
                    
80        password=config["enterprise-client"]["password"],
                    
81        organization=config["enterprise-client"]["org"]
                    
                
ipa_subca.py https://gitlab.com/cfernand/acm-aap-demo | Python | 212 lines
                    
203        client.login(username=module.params['ipa_user'],
                    
204                     password=module.params['ipa_pass'])
                    
205        changed, record = ensure(module, client)
                    
                
userForm.tpl https://github.com/mbehiels/omp.git | Smarty Template | 214 lines
                    
87						{fbvFormSection title="user.password" required=$passwordRequired for="password"}
                    
88							{fbvElement type="text" name="password" id="password" password="true" value=$password maxlength="32" size=$fbvStyles.size.MEDIUM}
                    
89							<br />
                    
92						{fbvFormSection title="user.repeatPassword" required=$passwordRequired for="password2"}
                    
93							{fbvElement type="text" name="password2" id="password2" password="true" value=$password2 maxlength="32" size=$fbvStyles.size.MEDIUM}
                    
94						{/fbvFormSection}
                    
                
Language_el.properties https://github.com/gailh/liferay-plugins.git | Properties File | 103 lines
                    
37incoming-settings=Εισερχόμενες τοποθετήσεις (Automatic Translation)
                    
38incorrect-password=Ανακριβής κωδικός πρόσβασης. (Automatic Translation)
                    
39logged-in-successfully=Συνδεμένος επιτυχώς. (Automatic Translation)
                    
65rename-folder=Μετονομάστε το φάκελλο (Automatic Translation)
                    
66save-password=Εκτός από τον κωδικό πρόσβασης (Automatic Translation)
                    
67saved-successfully=Σωζόμενος επιτυχώς. (Automatic Translation)
                    
                
Language_en_GB.properties https://github.com/vilmospapp/liferay-portal.git | Properties File | 90 lines
                    
55proxy-host-help=Set the proxy host to be used for the client connection. (Automatic Copy)
                    
56proxy-password=Proxy Password (Automatic Copy)
                    
57proxy-password-help=Set the password for connecting to the proxy. (Automatic Copy)
                    
82transport-tcp-port-help=This configuration only applies to EMBEDDED (Development) mode. Specify the port to bind for communication between nodes. Accepts a single value or a range (e.g., 9300-9400). (Automatic Copy)
                    
83truststore-password=Truststore Password (Automatic Copy)
                    
84truststore-password-help=Set the password to the truststore if HTTP SSL Enabled is checked. (Automatic Copy)
                    
                
AdminAccessBuilderSpecTest.java https://github.com/mattstep/jclouds.git | Java | 199 lines
                    
163   public void testNiceJson() {
                    
164      AdminAccessBuilderSpec spec = parse("adminUsername=nimda,adminPassword=dictionaryword");
                    
165      assertEquals(new Gson().toJson(spec), "{\"adminUsername\":\"nimda\",\"adminPassword\":\"dictionaryword\"}");
                    
179      AdminAccess.Builder fromString = adminAccessBuilders.get().from(
                    
180               "adminUsername=nimda,adminPassword=dictionaryword");
                    
181      AdminAccess.Builder expected = adminAccessBuilders.get().adminUsername("nimda").adminPassword("dictionaryword");
                    
                
internet.py https://github.com/pombredanne/pulsar.git | Python | 289 lines
                    
122
                    
123    >>> parse_connection_string('redis://127.0.0.1:6379?db=3&password=bla')
                    
124    ('redis', ('127.0.0.1', 6379), {'db': '3', 'password': 'bla'})
                    
                
publish.py https://bitbucket.org/wwsmith/ipf.git | Python | 350 lines
                    
254                                          userid=self.username,
                    
255                                          password=self.password,
                    
256                                          virtual_host=self.vhost,
                    
                
concept.py https://github.com/cbmi/serrano.git | Python | 276 lines
                    
255        # Superuser sees everything
                    
256        self.client.login(username='root', password='password')
                    
257
                    
                
forms.py https://bitbucket.org/bluezoo/django.git | Python | 356 lines
                    
179            self.user_cache = authenticate(username=username,
                    
180                                           password=password)
                    
181            if self.user_cache is None:
                    
                
Program.cs https://github.com/mootoomeepo/mootoo.meepo.git | C# | 245 lines
                    
20
                    
21            string connString = "Data Source=" + currentDir + "/parity_check.license;Pooling=True;Password=mootoo-meepo-wergweguowh2rg134243terbdssdff";
                    
22            SQLiteConnection conn = new SQLiteConnection(connString);
                    
                
__init__.py https://github.com/trashgenerator/satchless.git | Python | 234 lines
                    
177        cli_user1 = Client()
                    
178        self.assertTrue(cli_user1.login(username="testuser", password=u"pasło"))
                    
179        self._test_add_by_view(cli_user1)
                    
                
MergeExperiments.fsx https://bitbucket.org/morellid/energonframework.git | F# | 309 lines
                    
96let getConStr = 
                    
97    //let conStr = System.String.Format("server='{0}';database='{1}';User Id='{2}';password='{3}';", server, database, user, password) in
                    
98    let conStr = System.String.Format("Data Source={0};Initial Catalog={1};Integrated Security=SSPI;", server, database) in
                    
                
ApplicationResources.properties https://github.com/alediator/barcamp-maven.git | Properties File | 195 lines
                    
86label.username=Username
                    
87label.password=Password
                    
88
                    
134user.lastName=Last Name
                    
135user.password=Password
                    
136user.confirmPassword=Confirm Password
                    
                
JMSInTest.wsdl https://bitbucket.org/pymma/openesb-components.git | Web Services Description Language | 155 lines
                    
147              binding="tns:bindingJMSOneWayOut">
                    
148            <jms:address connectionURL="mq://localhost:7676" username="admin" password="admin"/>
                    
149        </port>
                    
151              binding="tns:bindingJMSOneWayIn">
                    
152            <jms:address connectionURL="mq://localhost:7676" username="admin" password="admin"/>
                    
153        </port>
                    
                
t.camel.sh https://gitlab.com/drwdal/magma | Shell | 151 lines
                    
50	unset FOLDERNUM
                    
51	export FOLDERNUM=`echo "SELECT foldernum FROM Users LEFT JOIN Folders ON Users.usernum = Folders.usernum WHERE Users.userid = '$USERID' AND Folders.foldername = '$1';" | mysql --disable-tee --skip-column-names -u mytool -h "$SQLHOST" --password=aComplex1 Lavabit`
                    
52}
                    
55	unset SOURCENUM; unset MESSAGENUM
                    
56	export SOURCENUM=`echo "SELECT foldernum FROM Users LEFT JOIN Folders ON Users.usernum = Folders.usernum WHERE Users.userid = '$USERID' AND Folders.foldername = '$1';" | mysql --disable-tee --skip-column-names -u mytool -h "$SQLHOST" --password=aComplex1 Lavabit`
                    
57	export MESSAGENUM=`echo "SELECT messagenum FROM Users LEFT JOIN Messages ON Users.usernum = Messages.usernum LEFT JOIN Folders ON Messages.foldernum = Folders.foldernum WHERE Users.userid = '$USERID' AND Folders.foldername = '$1' ORDER BY RAND() LIMIT $2;" | mysql --disable-tee --skip-column-names -u mytool -h "$SQLHOST" --password=aComplex1 Lavabit | tr '\n' ',' | sed -e 's/\,$//g'`
                    
61	unset SOURCENUM; unset CONTACTNUM
                    
62	export SOURCENUM=`echo "SELECT foldernum FROM Users LEFT JOIN Folders ON Users.usernum = Folders.usernum WHERE Users.userid = '$USERID' AND Folders.foldername = '$1';" | mysql --disable-tee --skip-column-names -u mytool -h "$SQLHOST" --password=aComplex1 Lavabit`
                    
63	export CONTACTNUM=`echo "SELECT contactnum FROM Users LEFT JOIN Contacts ON Users.usernum = Contacts.usernum LEFT JOIN Folders ON Contacts.foldernum = Folders.foldernum WHERE Users.userid = '$USERID' AND Folders.foldername = '$1' ORDER BY RAND() LIMIT $2;" | mysql --disable-tee --skip-column-names -u mytool -h "$SQLHOST" --password=aComplex1 Lavabit | tr '\n' ',' | sed -e 's/\,$//g'`
                    
                
twist.py https://github.com/certik/spd_notebook.git | Python | 324 lines
                    
28    sage: sleep(1)
                    
29    sage: login_page = get_url('http://localhost:%s/simple/login?username=admin&password=%s' % (port, passwd))
                    
30    sage: print login_page # random session id
                    
                
test_subscriptions.py https://gitlab.com/mmhat/postorius | Python | 238 lines
                    
71        # The subscription goes straight through.
                    
72        self.client.login(username='testuser', password='pwd')
                    
73        response = self.client.post(
                    
84        # Subscribe with a secondary email address
                    
85        self.client.login(username='testuser', password='pwd')
                    
86        response = self.client.post(
                    
97        # Impossible to register with an unknown address
                    
98        self.client.login(username='testuser', password='pwd')
                    
99        response = self.client.post(
                    
110        # Impossible to register with a banned address
                    
111        self.client.login(username='testuser', password='pwd')
                    
112        self.open_list.bans.add('test@example.com')
                    
124        # The subscription is held for approval.
                    
125        self.client.login(username='testuser', password='pwd')
                    
126        response = self.client.post(
                    
                
cachecmp.py https://github.com/eklitzke/cmemcache-yelp.git | Python | 443 lines
                    
95                                     user=opts.user,
                    
96                                     password=opts.password)
                    
97        the_engine = antiorm.MormConnectionEngine(self.conn)
                    
                
User.java https://github.com/flavioruiz/CloudStack.git | Java | 241 lines
                    
56		this.userName=userName;
                    
57		this.password=password;
                    
58		this.virtualMachines = new ArrayList<VirtualMachine>();
                    
151		String encodedUsername = URLEncoder.encode(this.getUserName(), "UTF-8");
                    
152		this.encryptedPassword=TestClientWithAPI.createMD5Password(this.getPassword());
                    
153		String encodedPassword = URLEncoder.encode(this.encryptedPassword, "UTF-8");
                    
154		String url = this.server + "?command=createUser&username=" + encodedUsername
                    
155				+ "&password=" + encodedPassword
                    
156				+ "&firstname=Test&lastname=Test&email=alena@vmops.com&domainId=1";
                    
                
Language_ta_IN.properties https://github.com/vilmospapp/liferay-portal.git | Properties File | 137 lines
                    
45import-certificate=Import Certificate (Automatic Copy)
                    
46incorrect-key-password=Incorrect key password. (Automatic Copy)
                    
47incorrect-keystore-password=Incorrect keystore password. (Automatic Copy)
                    
53key-length-bits=Key Length (Bits) (Automatic Copy)
                    
54key-password=Key Password (Automatic Copy)
                    
55keystore-entry-to-import=Keystore Entry to Import (Automatic Copy)
                    
56keystore-exception=There was a problem loading the SAML keystore. Please contact your system administrator. (Automatic Copy)
                    
57keystore-password=Keystore Password (Automatic Copy)
                    
58keystore-password-incorrect=Unable to authenticate with the SAML keystore. Please contact your system administrator. (Automatic Copy)
                    
82please-enter-a-valid-key-length-and-algorithm=Please enter a valid key length and algorithm. (Automatic Copy)
                    
83please-enter-a-valid-key-password=Please enter a valid key password. (Automatic Copy)
                    
84please-enter-a-valid-metadata-endpoint-url=Please enter a valid metadata endpoint URL. (Automatic Copy)
                    
                
Language_lt.properties https://github.com/vilmospapp/liferay-portal.git | Properties File | 111 lines
                    
15create-site=Kurti svetainę (Automatic Translation)
                    
16current-password=Dabartinis slaptažodis (Automatic Translation)
                    
17edit-address=Redaguoti adresą (Automatic Translation)
                    
68the-organization-name-is-already-taken=Organizacijos pavadinimas jau paimtas. (Automatic Translation)
                    
69the-password-you-entered-for-the-current-password-does-not-match-your-current-password=Įvestas dabartinio slaptažodžio slaptažodis neatitinka dabartinio slaptažodžio. Bandykite dar kartą. (Automatic Translation)
                    
70the-selected-organization-is-associated-with-deactivated-users.-do-you-want-to-proceed-with-deleting-the-selected-organization-by-automatically-unassociating-the-deactivated-users=Pasirinkta organizacija susieta su išjungtais vartotojais. Ar norite tęsti pasirinktos organizacijos naikinimą automatiškai atsiedami išjungtus vartotojus? (Automatic Translation)
                    
109your-email-verification-code-has-been-sent-and-the-new-email-address-will-be-applied-to-your-account-once-it-has-been-verified=Jūsų el. pašto patvirtinimo kodas išsiųstas ir naujas el. pašto adresas bus pritaikytas jūsų paskyrai, kai tik jis bus patvirtintas. (Automatic Translation)
                    
110your-password=Jūsų slaptažodis (Automatic Translation)
                    
111your-portal-administrator-has-disabled-the-ability-to-modify-the-following-fields=Your portal administrator has disabled the ability to modify the following fields: {0}. (Automatic Copy)
                    
                
step_ready.html http://phpfor.googlecode.com/svn/trunk/ | HTML | 172 lines
                    
151       
                    
152       XHR.send('password='+encodeURIComponent($('ipt_passwd').value)+'&uname='+encodeURIComponent($('ipt_uname').value)+'&timezone='+$('localtime').value+'&use_demo='+$('use_demo').checked+'&install_stat='+$('install_stat').checked);
                    
153       
                    
                
service.py https://github.com/gperciva/git-cl.git | Python | 256 lines
                    
51
                    
52  def __init__(self, email=None, password=None, source=None,
                    
53               server='base.google.com', api_key=None, additional_headers=None,
                    
68    gdata.service.GDataService.__init__(
                    
69        self, email=email, password=password, service='gbase', source=source,
                    
70        server=server, additional_headers=additional_headers, handler=handler,
                    
                
postgres.html https://github.com/tjgillies/gems.git | HTML | 278 lines
                    
81         <dd><var>user=username</var> : login user name(string) (default: your username)
                    
82         <dd><var>password=censored</var> : login password(string)
                    
83	 <dd><var>sslmode=mode</var> : how to treat SSL(string) (one of disable, allow, prefer, require)
                    
                
new_github_file_system.py https://gitlab.com/jonnialva90/iridium-browser | Python | 294 lines
                    
195      return self._fetcher.FetchAsync(
                    
196          'zipball', username=username, password=password).Then(get_zip)
                    
197
                    
230    result = self._fetcher.Fetch(
                    
231        'commits/HEAD', username=username, password=password)
                    
232
                    
                
Language_fa.properties https://github.com/vilmospapp/liferay-portal.git | Properties File | 111 lines
                    
15create-site=ايجاد تاريخ
                    
16current-password=رمزعبور فعلی
                    
17edit-address=ویرایش نشانی
                    
68the-organization-name-is-already-taken=نام سازمان قبلا ثبت شده است.
                    
69the-password-you-entered-for-the-current-password-does-not-match-your-current-password=کلمه عبوری که شما وارد کرده‌اید با کلمه عبور اصلی تطابق ندارد. لطفا مجددا تلاش کنید.
                    
70the-selected-organization-is-associated-with-deactivated-users.-do-you-want-to-proceed-with-deleting-the-selected-organization-by-automatically-unassociating-the-deactivated-users=سازمان انتخاب شده چند کاربر غیرفعال دارد. آیا مایلید که سازمان‌های انتخاب شده پاک شد و فرآیند ادامه یابد؟
                    
109your-email-verification-code-has-been-sent-and-the-new-email-address-will-be-applied-to-your-account-once-it-has-been-verified=کد تایید ایمیل شما فرستاده شده است و پس از تایید آن آدرس ایمیل جدید شما به عنوان حساب استفاده می‌شود.
                    
110your-password=رمز عبور شما (Automatic Translation)
                    
111your-portal-administrator-has-disabled-the-ability-to-modify-the-following-fields=مدیر پرتال امکان تغییر فیلد زیر را غیر فعال کرده است : {0}.
                    
                
dynamic-resource-groups.md https://github.com/posulliv/posulliv.github.com.git | Markdown | 198 lines
                    
27resource-groups.config-db-user=trino
                    
28resource-groups.config-db-password=trino
                    
29```
                    
                
controller.js https://gitlab.com/cainplay/LeedianWebFramework | JavaScript | 240 lines
                    
74                '&packageName=' + $scope.formData.packageName +
                    
75                '&password=' + $scope.formData.password,
                    
76            data: guids
                    
179                        '?toTenant='  + $scope.formData.toTenant +
                    
180                        '&password=' + $scope.formData.password,
                    
181                    data: postData
                    
                
oauth_controller_spec.rb https://github.com/rickjames/teambox.git | Ruby | 364 lines
                    
309      current_user.should_not == nil
                    
310      post :token, :grant_type=>"password", :client_id=>current_client_application.key,:client_secret=>current_client_application.secret, :username=>current_user.login, :password=>"dragons"
                    
311      @token = Oauth2Token.last
                    
333      @oauth2_token_count = Oauth2Token.count
                    
334      post :token, :grant_type=>"password", :client_id=>current_client_application.key,:client_secret=>current_client_application.secret, :username=>current_user.login, :password=>"bad"
                    
335    end
                    
349      @oauth2_token_count = Oauth2Token.count
                    
350      post :token, :grant_type=>"password", :client_id=>current_client_application.key,:client_secret=>current_client_application.secret, :username=>"non existent", :password=>"dragons"
                    
351    end
                    
                
test_notifications.py https://github.com/pcraciunoiu/kitsune.git | Python | 312 lines
                    
64        t = Thread.objects.get(pk=2)
                    
65        self.client.login(username='jsocol', password='testpass')
                    
66        post(self.client, 'wiki.discuss.reply', {'content': 'a post'},
                    
74        d = Document.objects.get(pk=1)
                    
75        self.client.login(username='jsocol', password='testpass')
                    
76        post(self.client, 'wiki.discuss.new_thread',
                    
84        thread = Thread.objects.get(pk=thread_id)
                    
85        self.client.login(username=username, password='testpass')
                    
86        user = User.objects.get(username=username)
                    
101        document = Document.objects.get(pk=document_id)
                    
102        self.client.login(username=username, password='testpass')
                    
103        user = User.objects.get(username=username)
                    
121        t = self._toggle_watch_thread_as('pcraciunoiu', turn_on=True)
                    
122        self.client.login(username='jsocol', password='testpass')
                    
123        post(self.client, 'wiki.discuss.reply', {'content': 'a post'},
                    
                
vmwareapi_readme.rst https://github.com/jkoelker/nova.git | ReStructuredText | 226 lines
                    
66  --vmwareapi_host_username=<VMware ESX Username>
                    
67  --vmwareapi_host_password=<VMware ESX Password>
                    
68  --vmwareapi_vlan_interface=<Physical ethernet adapter name in VMware ESX host for vlan networking E.g vmnic0> [Optional, only for VLAN Networking]
                    
                
smtp.class.php https://github.com/konfirm/konsolidate.git | PHP | 416 lines
                    
354		 */
                    
355		public function send( $sUsername=null, $sPassword=null )
                    
356		{
                    
                
Language_uk.properties https://github.com/almonwork/liferay-portal.git | Properties File | 101 lines
                    
15create-site=Дата створення
                    
16current-password=Поточний пароль (Automatic Translation)
                    
17edit-address=Редагувати адресу (Automatic Translation)
                    
59the-organization-name-is-already-taken=Назва організації вже зайнята.
                    
60the-password-you-entered-for-the-current-password-does-not-match-your-current-password=За поточний пароль, введений пароль не відповідає ваш поточний пароль. Будь ласка, спробуйте ще раз. (Automatic Translation)
                    
61the-selected-organization-is-associated-with-deactivated-users.-do-you-want-to-proceed-with-deleting-the-selected-organization-by-automatically-unassociating-the-deactivated-users=Вибрана організація пов'язана з деактивованими користувачами. Ви бажаєте продовжити видалення вибраної організації, автоматично виводячи їз неї деактивованих користувачів?
                    
                
password.rb https://github.com/kmkkmk/app.git | Ruby | 263 lines
                    
160          # the password.
                    
161          def password=(pass)
                    
162            return if ignore_blank_passwords? && pass.blank?
                    
                
Language_fa.properties https://github.com/sergiosanchez/liferay-portal.git | Properties File | 86 lines
                    
17autogenerate-user-screen-names=نام کاربری به طور خودکار تولید شود
                    
18body-with-password=محتوای ایمیل حاوی رمز عبور
                    
19body-without-password=متن ایمیل بدون رمز عبور
                    
                
home.php http://bab-rizg.googlecode.com/svn/trunk/ | PHP | 204 lines
                    
23			var email=document.forms["reg_form"]["email"].value;
                    
24			var password=document.forms["reg_form"]["password"].value;
                    
25			var re_pass=document.forms["reg_form"]["re_pass"].value;
                    
25			var re_pass=document.forms["reg_form"]["re_pass"].value;
                    
26			if (email==null || email=="" || password==null || password=="" || password!=re_pass || password.length<8)
                    
27			{
                    
35			var password=document.forms["log_form"]["password"].value;
                    
36			if (email==null || email=="" || password==null || password=="")
                    
37			{
                    
                
login.php http://scalr.googlecode.com/svn/ | PHP | 211 lines
                    
33					$password = $Crypto->Sault(10);				
                    
34					$db->Execute("UPDATE clients SET password=? WHERE id=?", 
                    
35						array($Crypto->Hash($password), $clientinfo["id"])
                    
                
adsi.rb https://github.com/glarizza/puppet-1.git | Ruby | 294 lines
                    
131
                    
132    def password=(password)
                    
133      native_user.SetPassword(password)
                    
                
auth_backends.py https://gitlab.com/gregtyka/ka-lite | Python | 369 lines
                    
123            email='test@example.com',
                    
124            password='test',
                    
125        )
                    
128            email='test2@example.com',
                    
129            password='test',
                    
130        )
                    
156            email='test@example.com',
                    
157            password='test',
                    
158            date_of_birth=date(2006, 4, 25)
                    
162            email='test2@example.com',
                    
163            password='test',
                    
164            date_of_birth=date(1976, 11, 8)
                    
182            email='test@example.com',
                    
183            password='test',
                    
184            date_of_birth=date(2006, 4, 25)
                    
                
test_views.py https://gitlab.com/gerco/mayan-edms | Python | 245 lines
                    
28    def test_user_set_password_view_no_permissions(self):
                    
29        self.login(username=TEST_USER_USERNAME, password=TEST_USER_PASSWORD)
                    
30
                    
43        self.client.login(
                    
44            username=TEST_USER_USERNAME, password=TEST_USER_PASSWORD_EDITED
                    
45        )
                    
51    def test_user_set_password_view_with_permissions(self):
                    
52        self.login(username=TEST_USER_USERNAME, password=TEST_USER_PASSWORD)
                    
53
                    
67        self.client.login(
                    
68            username=TEST_USER_USERNAME, password=TEST_USER_PASSWORD_EDITED
                    
69        )
                    
74    def test_user_multiple_set_password_view_no_permissions(self):
                    
75        self.login(username=TEST_USER_USERNAME, password=TEST_USER_PASSWORD)
                    
76
                    
                
memberSet.html http://svnbasic.googlecode.com/svn/trunk/ | HTML | 263 lines
                    
54		  var userId = row.userId;
                    
55		  var password= row.password;
                    
56		  var telephone= row.telephone;
                    
116                    var userName=$("#userName_u").val();
                    
117                    var password=$("#password_u").val();
                    
118                    var telephone=$("#telephone_u").val();
                    
                
comment_view_tests.py https://github.com/theosp/google_appengine.git | Python | 294 lines
                    
116        data['name'] = data['email'] = ''
                    
117        self.client.login(username="normaluser", password="normaluser")
                    
118        self.response = self.client.post("/post/", data, REMOTE_ADDR="1.2.3.4")
                    
133        user = User.objects.create_user(username='jane_other',
                    
134                email='jane@example.com', password='jane_other')
                    
135        a = Article.objects.get(pk=1)
                    
137        data['name'] = data['email'] = ''
                    
138        self.client.login(username="jane_other", password="jane_other")
                    
139        self.response = self.client.post("/post/", data, REMOTE_ADDR="1.2.3.4")
                    
                
key_app.c https://bitbucket.org/frodo_man/vvn.io.git | C | 308 lines
                    
58    "    filename=%%s         default: keyfile.key\n"   \
                    
59    "    password=%%s         default: \"\"\n"          \
                    
60    "    password_file=%%s    default: \"\"\n"          \
                    
                
Language_ja.properties https://github.com/vilmospapp/liferay-portal.git | Properties File | 67 lines
                    
1authentication-search-filter-help=ユーザーを検証するために使う検索フィルタを入力してください。@company_id@, @email_address@, @screen_name@と@user_id@ は実行時に正しい値に置換されます。
                    
2autogenerate-user-password=ユーザーパスワードを自動生成する
                    
3base-dn-help=Base DNはユーザーの初期サーチコンテクストになります。これは任意項目です。
                    
11enable-group-cache=グループキャッシュを有効にする
                    
12enable-user-password=ユーザーパスワードを有効にする
                    
13error-password-age-keywords=エラー: パスワード有効期間キーワード
                    
                
repository.rb https://gitlab.com/MichelZuniga/openproject | Ruby | 417 lines
                    
76
                    
77  def password=(arg)
                    
78    write_ciphered_attribute(:password, arg)
                    
                
tunnel.py https://github.com/cboos/ipython.git | Python | 348 lines
                    
130
                    
131def tunnel_connection(socket, addr, server, keyfile=None, password=None, paramiko=None, timeout=60):
                    
132    """Connect a socket to an address via an ssh tunnel.
                    
139    """
                    
140    new_url, tunnel = open_tunnel(addr, server, keyfile=keyfile, password=password, paramiko=paramiko, timeout=timeout)
                    
141    socket.connect(new_url)
                    
144
                    
145def open_tunnel(addr, server, keyfile=None, password=None, paramiko=None, timeout=60):
                    
146    """Open a tunneled connection from a 0MQ url.
                    
166
                    
167    tunnel = tunnelf(lport, rport, server, remoteip=ip, keyfile=keyfile, password=password, timeout=timeout)
                    
168    return 'tcp://127.0.0.1:%i'%lport, tunnel
                    
169
                    
170def openssh_tunnel(lport, rport, server, remoteip='127.0.0.1', keyfile=None, password=None, timeout=60):
                    
171    """Create an ssh tunnel using command-line ssh that connects port lport
                    
                
forms.py https://github.com/ron-panduwana/test_gae.git | Python | 207 lines
                    
77        if username and password:
                    
78            self.user_cache = authenticate(username=username, password=password)
                    
79            if self.user_cache is None:
                    
                
uberspace.rb https://github.com/dennisreimann/vlad-extras.git | Ruby | 258 lines
                    
131      db_username = db_conf.match(/^user=(\w+)/)[1]
                    
132      db_password = db_conf.match(/^password=(\w+)/)[1]
                    
133      db_socket = db_conf.match(/^socket=(.*)$/)[1]
                    
                
default.jasperreports.properties https://gitlab.com/essere.lab.public/qualitas.class-corpus | Properties File | 190 lines
                    
80net.sf.jasperreports.export.xls.max.rows.per.sheet=0
                    
81#net.sf.jasperreports.export.xls.password=pa22w0rd
                    
82
                    
                
LocalDescriptions.properties https://bitbucket.org/cprenzberg/wildfly.git | Properties File | 143 lines
                    
93jsse.truststore=Configures a JSSE trust store
                    
94jsse.truststore.password=Sets the password of the truststore. Either this or 'keystore-password' must be present otherwise the security domain will be useless.
                    
95jsse.truststore.type=Type of the truststore. If not set, type defaults to 'JKS'.
                    
99jsse.keystore=Configures a JSSE key store
                    
100jsse.keystore.password=Sets the password of the keystore. Either this or 'truststore-password' must be present otherwise the security domain will be useless.
                    
101jsse.keystore.type=Type of the keystore. If not set, type defaults to 'JKS'.
                    
                
mongodb_spec.rb https://bitbucket.org/ToadJamb/forks_backup.git | Ruby | 382 lines
                    
270        expect( db.send(:credential_options) ).to eq(
                    
271          "--username='my_user' --password='my_password'"
                    
272        )
                    
275        expect( db.send(:credential_options) ).to eq(
                    
276          "--password='my_password'"
                    
277        )
                    
371        "mongo --host='my_host' --port='my_port' --username='my_user' " +
                    
372        "--password='my_pwd' --ipv6 'my_db'"
                    
373      )
                    
                
lxc-openmandriva.in https://gitlab.com/Red54/lxc | Autoconf | 490 lines
                    
47default_profile=default
                    
48root_password=root
                    
49lxc_network_type=veth
                    
                
Updater.cfc https://bitbucket.org/asfusion/mango-updates.git | ColdFusion CFScript | 401 lines
                    
39						<cfftp connection="connection" server="#ftp.server#"  username="#ftp.username#" 
                    
40					password="#ftp.password#" stoponerror="Yes" action="open" passive="true">
                    
41						<cfftp action="existsdir" directory="#ftp.directory##arguments.skin#" connection="connection" result="exists">
                    
227		<cfftp server="#arguments.server#"  username="#arguments.username#"  passive="true"
                    
228				password="#arguments.password#" action="listdir" name="dirs" directory="#arguments.dir#">
                    
229				
                    
237				<cfftp server="#arguments.server#"  username="#arguments.username#" 
                    
238				password="#arguments.password#"  passive="true"
                    
239				action="getFile" localfile="#arguments.localdir##path#"
                    
                
controller.cpp https://github.com/xhbang/SRTP.git | C++ | 336 lines
                    
175
                    
176	  password=getpwd(   pwd   ); 
                    
177	  
                    
184			  cout<<"\n                 请输入密码 : ";
                    
185			  password=getpwd(   pwd   ); 
                    
186			  
                    
                
CliLauncher.java https://bitbucket.org/cprenzberg/wildfly.git | Java | 334 lines
                    
176                    username = arg.startsWith("--") ? arg.substring(7) : arg.substring(5);
                    
177                } else if (arg.startsWith("--password=")) {
                    
178                    password = (arg.startsWith("--") ? arg.substring(11) : arg.substring(9)).toCharArray();
                    
                
configuration.rst https://github.com/nattaphat/hgis.git | ReStructuredText | 337 lines
                    
88                        user="user"
                    
89                        password="secret"
                    
90                        driver="pdo_mysql"
                    
291                user="user"
                    
292                password="secret"
                    
293                driver="pdo_mysql"
                    
                
view.py https://github.com/cbmi/serrano.git | Python | 323 lines
                    
159
                    
160        user2 = User.objects.create_user(username='FAKE', password='ALSO_FAKE')
                    
161        view2 = DataView(user=user2)
                    
                
Bundle_ja.properties https://bitbucket.org/openesb/openesb-core.git | Properties File | 75 lines
                    
65jbi.ui.client.factory.connection.url.uname.password.ID=UICMN1903
                    
66jbi.ui.client.factory.connection.url.uname.password=\u6b21\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3067 MBeanServer \u306b\u63a5\u7d9a\u3059\u308b\u3068\u304d\u306b\u63a5\u7d9a\u969c\u5bb3\u304c\u767a\u751f\u3057\u307e\u3057\u305f:\n url:{0}\u3001userName:{1}\u3001password:(\u8868\u793a\u3055\u308c\u307e\u305b\u3093)
                    
67jbi.ui.client.factory.connection.protocol.host.port.ID=UICMN1904
                    
                
UriConfigurationTest.java https://gitlab.com/matticala/apache-camel | Java | 254 lines
                    
89    public void testFtpExplicitConfiguration() {
                    
90        FtpEndpoint<?> endpoint = context.getEndpoint("ftp://user@hostname:1021/some/file?password=secret&binary=true", FtpEndpoint.class);
                    
91        RemoteFileConfiguration config = endpoint.getConfiguration();
                    
102    public void testSftpExplicitConfiguration() {
                    
103        SftpEndpoint endpoint = context.getEndpoint("sftp://user@hostname:1021/some/file?password=secret&binary=true", SftpEndpoint.class);
                    
104        RemoteFileConfiguration config = endpoint.getConfiguration();
                    
115    public void testFtpsExplicitConfiguration() {
                    
116        FtpsEndpoint endpoint = context.getEndpoint("ftps://user@hostname:1021/some/file?password=secret&binary=true&securityProtocol=SSL&isImplicit=true", FtpsEndpoint.class);
                    
117        FtpsConfiguration config = endpoint.getFtpsConfiguration();
                    
139        assertRemoteFileEndpointFile("ftp://hostname//foo/bar/", "foo/bar/");
                    
140        assertRemoteFileEndpointFile("sftp://user@hostname:123//foo/bar?password=secret", "foo/bar");
                    
141        assertRemoteFileEndpointFile("sftp://user@hostname:123?password=secret", "");
                    
150        assertRemoteFileEndpointFile("sftp://hostname//foo/bar/", "foo/bar/");
                    
151        assertRemoteFileEndpointFile("ftps://user@hostname:123//foo/bar?password=secret", "foo/bar");
                    
152        assertRemoteFileEndpointFile("ftps://user@hostname:123?password=secret", "");
                    
                
IdentitySection.cs https://github.com/pruiz/mono.git | C# | 283 lines
                    
22                userName="Windows user account to impersonate" | empty string implies impersonate the LOGON user specified by IIS
                    
23                password="password of above specified account" | empty string
                    
24            -->
                    
                
Db.php https://bitbucket.org/moodle/moodle.git | PHP | 440 lines
                    
138    public function __construct(
                    
139        $cas_parent, $dsn_or_pdo, $username='', $password='', $table='',
                    
140        $driver_options=null
                    
                
server.py https://bitbucket.org/zielmicha/colobot-py.git | Python | 215 lines
                    
122            self.user.check_permission('manage-users')
                    
123        self.profile.users.get_by('name', login).change_password(password=password_token, salt=salt)
                    
124
                    
                
Language_es.properties https://github.com/danielkocsis/liferay-portal.git | Properties File | 100 lines
                    
13create-site=Crear sitio
                    
14current-password=Contraseña actual
                    
15edit-address=Editar dirección
                    
58the-organization-name-is-already-taken=Ese nombre de organización ya está siendo usado
                    
59the-password-you-entered-for-the-current-password-does-not-match-your-current-password=La contraseña introducida para la contraseña actual no coincide con su contraseña actual. Por favor, inténtalo de nuevo.
                    
60the-selected-organization-is-associated-with-deactivated-users.-do-you-want-to-proceed-with-deleting-the-selected-organization-by-automatically-unassociating-the-deactivated-users=La organización seleccionada tiene usuarios desactivados. ¿Desea proceder con su elminación desasociando automáticamente dichos usuarios?
                    
                
connect.py http://puttyknife.googlecode.com/svn/trunk/ | Python | 219 lines
                    
67                 username=None,
                    
68                 password=None,
                    
69                 keyfile=None,
                    
86                 proxy_username=None,
                    
87                 proxy_password=None,
                    
88                 proxy_command=None,
                    
93        self.username=username
                    
94        self.password=password
                    
95        self.keyfile=keyfile
                    
111        self.proxy_username=proxy_username
                    
112        self.proxy_password=proxy_password
                    
113        self.proxy_command=proxy_command
                    
122                          proxy_username=self.proxy_username, 
                    
123                          proxy_password=self.proxy_password, 
                    
124                          proxy_command=self.proxy_command,
                    
                
stress-test-data-imports.js https://gitlab.com/Jbfortest/dotstatsuite-quality-assurance | JavaScript | 273 lines
                    
48
                    
49let PASSWORD="";
                    
50if(typeof __ENV.PASSWORD !== 'undefined'){
                    
                
initialization.cfm https://github.com/snaquaye/Web-Installer-for-CFWheels-1.0a.git | ColdFusion | 229 lines
                    
29		variables.wheels.class.keys = "";
                    
30		variables.wheels.class.connection = {datasource=application.wheels.dataSourceName, username=application.wheels.dataSourceUserName, password=application.wheels.dataSourcePassword};
                    
31		variables.wheels.class.automaticValidations = application.wheels.automaticValidations;
                    
52		// load the database adapter
                    
53		variables.wheels.class.adapter = $createObjectFromRoot(path="#application.wheels.wheelsComponentPath#", fileName="Connection", method="init", datasource="#variables.wheels.class.connection.datasource#", username="#variables.wheels.class.connection.username#", password="#variables.wheels.class.connection.password#");
                    
54
                    
                
page.py https://github.com/vden/RatingSite.git | Python | 188 lines
                    
178    def test_11_language_delete(self):
                    
179        self.client.login(username= 'test', password='test')
                    
180        setattr(settings, "SITE_ID", 1)
                    
                
CSamrDump.py https://code.google.com/p/inguma/ | Python | 293 lines
                    
264        else:
                    
265            self._dumper = SAMRDump(username=self.user, password=self.password, gom=self.gom)
                    
266
                    
                
static_request.js https://gitlab.com/btluis/Angular2_Ejemplo | JavaScript | 157 lines
                    
30 *       url: url,
                    
31 *       search: 'password=123'
                    
32 *     }));
                    
38 * authenticator.request('people.json').subscribe(res => {
                    
39 *   //URL should have included '?password=123'
                    
40 *   console.log('people', res.json());
                    
                
test_tokens.py git://github.com/django/django.git | Python | 177 lines
                    
52                    email=email,
                    
53                    password="testpw",
                    
54                )
                    
                
views.py https://bitbucket.org/mjanisiewicz/zadania-zad7.git | Python | 180 lines
                    
60            email = form.cleaned_data['email']
                    
61            user = authenticate(username=login, password=password)
                    
62            if user is None:
                    
85                #logujemy usera
                    
86                user = authenticate(username=login_, password=password_)
                    
87                if user is not None:
                    
                
Language_ko.properties https://github.com/vilmospapp/liferay-portal.git | Properties File | 111 lines
                    
15create-site=날짜를 창조하십시요
                    
16current-password=현재 암호 (Automatic Translation)
                    
17edit-address=주소 편집 (Automatic Translation)
                    
68the-organization-name-is-already-taken=조직 이름은 이미 걸린다.
                    
69the-password-you-entered-for-the-current-password-does-not-match-your-current-password=현재 암호에 대해 입력한 암호가 현재 암호와 일치하지 않습니다. 다시 시도하십시오. (Automatic Translation)
                    
70the-selected-organization-is-associated-with-deactivated-users.-do-you-want-to-proceed-with-deleting-the-selected-organization-by-automatically-unassociating-the-deactivated-users=선정된 조직은 군대를 해산된 사용자에 회합된다. 너는 자동으로 군대를 해산하는가 사용자를unassociating서 선정하는가 조직을 삭제하는가에 진행하고는가 싶는가?
                    
109your-email-verification-code-has-been-sent-and-the-new-email-address-will-be-applied-to-your-account-once-it-has-been-verified=이메일 확인 코드가 전송되었으며 새 이메일 주소가 확인되면 계정에 적용됩니다. (Automatic Translation)
                    
110your-password=비밀번호 (Automatic Translation)
                    
111your-portal-administrator-has-disabled-the-ability-to-modify-the-following-fields=Your portal administrator has disabled the ability to modify the following fields: {0}. (Automatic Copy)
                    
                
replication.inc.php https://github.com/drbowen/openemr.git | PHP | 307 lines
                    
209        'MASTER_USER=\'' . $user . '\',' .
                    
210        'MASTER_PASSWORD=\'' . $password . '\',' .
                    
211        'MASTER_LOG_FILE=\'' . $pos["File"] . '\',' .
                    
                
Language_en_GB.properties https://github.com/brunobasto/liferay-portal.git | Properties File | 113 lines
                    
16create-site=Create Site
                    
17current-password=Current Password
                    
18edit-address=Edit Address
                    
70the-organization-name-is-already-taken=The organisation name is already taken.
                    
71the-password-you-entered-for-the-current-password-does-not-match-your-current-password=The password you entered for the current password does not match your current password. Please try again.
                    
72the-selected-organization-is-associated-with-deactivated-users.-do-you-want-to-proceed-with-deleting-the-selected-organization-by-automatically-unassociating-the-deactivated-users=The selected organisation is associated with deactivated users. Do you want to proceed with deleting the selected organisation by automatically unassociating the deactivated users?
                    
111your-email-verification-code-has-been-sent-and-the-new-email-address-will-be-applied-to-your-account-once-it-has-been-verified=Your email verification code has been sent and the new email address will be applied to your account once it is verified.
                    
112your-password=Your Password (Automatic Copy)
                    
113your-portal-administrator-has-disabled-the-ability-to-modify-the-following-fields=Your portal administrator has disabled the ability to modify the following fields: {0}.
                    
                
models.py https://gitlab.com/mayakarya/django | Python | 450 lines
                    
153
                    
154    def create_user(self, username, email=None, password=None, **extra_fields):
                    
155        extra_fields.setdefault('is_staff', False)
                    
                
apilogin.php https://github.com/drobbins/s3db.git | PHP | 134 lines
                    
46$username = ($_REQUEST['username']!='')?$_REQUEST['username']:$_REQUEST['user_id'];
                    
47$password= $_REQUEST['password'];
                    
48$authority= $_REQUEST['authority'];
                    
                
ipa_user.py https://gitlab.com/cfernand/acm-aap-demo | Python | 397 lines
                    
47    - Password for a user.
                    
48    - Will not be set for an existing user unless I(update_password=always), which is the default.
                    
49    type: str
                    
202                  mail=None, nsaccountlock=False, sn=None, sshpubkey=None, telephonenumber=None,
                    
203                  title=None, userpassword=None, gidnumber=None, uidnumber=None, homedirectory=None,
                    
204                  userauthtype=None):
                    
316                                telephonenumber=module.params['telephonenumber'], title=module.params['title'],
                    
317                                userpassword=module.params['password'],
                    
318                                gidnumber=module.params.get('gidnumber'), uidnumber=module.params.get('uidnumber'),
                    
351                         givenname=dict(type='str'),
                    
352                         update_password=dict(type='str', default="always",
                    
353                                              choices=['always', 'on_create'],
                    
361                         uidnumber=dict(type='str'),
                    
362                         password=dict(type='str', no_log=True),
                    
363                         sshpubkey=dict(type='list', elements='str'),
                    
                
scp_write.c https://gitlab.com/jeanim/libqxt | C | 222 lines
                    
43    const char *username="username";
                    
44    const char *password="password";
                    
45    const char *loclfile="scp_write.c";
                    
                
ProjectRestEndpointTest.java https://gitlab.com/TSK-Java/task-manager-78 | Java | 187 lines
                    
36        @NotNull final RestTemplate restTemplate = new RestTemplate();
                    
37        @NotNull final String url = "http://localhost:8080/api/auth/login?login=test&password=test";
                    
38        header.setContentType(MediaType.APPLICATION_JSON);
                    
                
test_driver.py https://github.com/comstud/nova.git | Python | 329 lines
                    
115        result['spawn_params'] = dict(
                    
116                admin_password='test_pass',
                    
117                block_device_info=None,
                    
                
ConnectionStrings.cs https://gitlab.com/jslee1/azure-powershell | C# | 124 lines
                    
108            string enterPassword = Microsoft.Azure.Commands.Sql.Properties.Resources.EnterPassword;
                    
109            return string.Format("jdbc:sqlserver://{0}:{1};database={2};user={3}@{4};password={5};encrypt=true;hostNameInCertificate=*.database.secure.windows.net;loginTimeout=30;",
                    
110                proxyDnsName, port, databaseName, enterUser, serverName, enterPassword);
                    
119            string enterPassword = Microsoft.Azure.Commands.Sql.Properties.Resources.EnterPassword;
                    
120            return string.Format("Server=tcp:{0},{1};Database={2};User ID={3}@{4};Password={5};Trusted_Connection=False;Encrypt=True;Connection Timeout=30",
                    
121                proxyDnsName, port, databaseName, enterUser, serverName, enterPassword);
                    
                
kubectl_stop.md https://gitlab.com/CORP-RESELLER/kubernetes | Markdown | 118 lines
                    
99      --namespace="": If present, the namespace scope for this CLI request.
                    
100      --password="": Password for basic authentication to the API server.
                    
101  -s, --server="": The address and port of the Kubernetes API server
                    
                
CommentGateway.cfc https://bitbucket.org/asfusion/mango-updates.git | ColdFusion CFScript | 196 lines
                    
21	
                    
22	<cfquery name="q_comment" datasource="#variables.dsn#" username="#variables.username#" password="#variables.password#">
                    
23		SELECT comment.*,  entry.title as entry_title,
                    
44	
                    
45	<cfquery name="q_comment" datasource="#variables.dsn#" username="#variables.username#" password="#variables.password#" maxRows="#arguments.count#">
                    
46		SELECT comment.*, entry.title as entry_title,
                    
70	
                    
71	<cfquery name="q_comment" datasource="#variables.dsn#" username="#variables.username#" password="#variables.password#">
                    
72		SELECT
                    
96
                    
97	<cfquery name="q_getCount" datasource="#variables.dsn#" username="#variables.username#" password="#variables.password#">
                    
98		SELECT count(comment.id) as total
                    
118	
                    
119	<cfquery name="q_comment" datasource="#variables.dsn#" username="#variables.username#" password="#variables.password#">
                    
120		SELECT
                    
                
models.py https://gitlab.com/wasifa/aphrodite1 | Python | 245 lines
                    
55    user_name=models.CharField(max_length=200,unique=True)
                    
56    password=models.CharField(max_length=200)
                    
57
                    
170    user_name=models.CharField(max_length=200,unique=True)
                    
171    password=models.CharField(max_length=200)
                    
172
                    
                
UserAuthenticator.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 269 lines
                    
169 E.g. if connection url is 
                    
170 <code>jdbc:derby:testdb;user=Fred;password=ScT7dmM2</code>
                    
171 then the userName will be Fred and within the Derby user authorization 
                    
175 if connection url is 
                    
176 <code>jdbc:derby:testdb;user="Fred";password=ScT7dmM2</code>
                    
177 then the userName will be "Fred" and within the Derby user authorization
                    
                
PasswordMasker.java https://github.com/apache/oozie.git | Java | 177 lines
                    
46     * Tells us whether a given string contains a password fragment. A password fragment is something that looks
                    
47     * like {{-Djavax.net.ssl.trustStorePassword=password}} or {{HADOOP_CREDSTORE_PASSWORD=pwd123}}
                    
48     *
                    
71     * a masking string.
                    
72     * 2. The value matches a regular expression. Strings like "HADOOP_CREDSTORE_PASSWORD=pwd123" or
                    
73     * "-Djavax.net.ssl.trustStorePassword=password" are considered password definition strings and the text after the equal sign
                    
92     * a masking string.
                    
93     * 2. The value matches a regular expression. Strings like "HADOOP_CREDSTORE_PASSWORD=pwd123" or
                    
94     * "-Djavax.net.ssl.trustStorePassword=password" are considered password definition strings and the text after the equal sign
                    
108     * a masking string.
                    
109     * 2. The value matches a regular expression. Strings like "HADOOP_CREDSTORE_PASSWORD=pwd123" or
                    
110     * "-Djavax.net.ssl.trustStorePassword=password" are considered password definition strings and the text after the equal sign
                    
128     * Masks passwords inside a string. A substring is subject to password masking if it looks like
                    
129     * "HADOOP_CREDSTORE_PASSWORD=pwd123" or "-Djavax.net.ssl.trustStorePassword=password". The text after the equal sign is
                    
130     * replaced with a masking string.
                    
                
Language_tr.properties https://github.com/vilmospapp/liferay-portal.git | Properties File | 90 lines
                    
55proxy-host-help=İstemci bağlantısı için kullanılacak proxy ana bilgisayarını ayarlayın. (Automatic Translation)
                    
56proxy-password=Proxy Parolası (Automatic Translation)
                    
57proxy-password-help=Proxy'ye bağlanma parolasını ayarlayın. (Automatic Translation)
                    
82transport-tcp-port-help=Bu yapılandırma yalnızca EMBEDDED (Geliştirme) modu için geçerlidir. Düğümler arasındaki iletişim için bağlanacak bağlantı noktasını belirtin. Tek bir değeri veya aralığı kabul eder (örneğin, 9300-9400). (Automatic Translation)
                    
83truststore-password=Güven Deposu Parolası (Automatic Translation)
                    
84truststore-password-help=HTTP SSL Etkin ise parolayı güven deposuna ayarlayın. (Automatic Translation)
                    
                
 

Source

Language