__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="password" xml:lang="pl">
<info>
<link type="guide" xref="index#dialogs"/>
<desc>Używanie opcji <cmd>--password</cmd>.</desc>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Piotr Drąg</mal:name>
<mal:email>piotrdrag@gmail.com</mal:email>
<mal:years>2017-2023</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Aviary.pl</mal:name>
<mal:email>community-poland@mozilla.org</mal:email>
<mal:years>2017-2023</mal:years>
</mal:credit>
</info>
<title>Okno hasła</title>
<p>Użyj opcji <cmd>--password</cmd>, aby utworzyć okno podawania hasła.</p>
<p>Okno podawania hasła obsługuje te opcje:</p>
<terms>
<item>
<title><cmd>--username</cmd></title>
<p>Wyświetla pole nazwy użytkownika.</p>
</item>
</terms>
<p>Ten przykładowy skrypt pokazuje, jak utworzyć okno podawania hasła:</p>
<code>
#!/bin/sh
ENTRY=`zenity --password --username`
case $? in
0)
echo "Nazwa użytkownika: `echo $ENTRY | cut -d'|' -f1`"
echo "Hasło: `echo $ENTRY | cut -d'|' -f2`"
;;
1)
echo "Zatrzymaj logowanie.";;
-1)
echo "Wystąpił nieoczekiwany błąd.";;
esac
</code>
<figure>
<title>Przykład okna podawania hasła</title>
<desc>Przykład okna podawania hasła <app>Zenity</app></desc>
<media type="image" mime="image/png" src="figures/zenity-password-screenshot.png"/>
</figure>
</page>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| figures | Folder | 0755 |
|
|
| calendar.page | File | 2.52 KB | 0644 |
|
| color-selection.page | File | 1.78 KB | 0644 |
|
| entry.page | File | 1.99 KB | 0644 |
|
| error.page | File | 1.3 KB | 0644 |
|
| file-selection.page | File | 2.42 KB | 0644 |
|
| forms.page | File | 2.67 KB | 0644 |
|
| index.page | File | 1.27 KB | 0644 |
|
| info.page | File | 1.32 KB | 0644 |
|
| intro.page | File | 1.56 KB | 0644 |
|
| legal.xml | File | 3.09 KB | 0644 |
|
| list.page | File | 3.18 KB | 0644 |
|
| message.page | File | 1.08 KB | 0644 |
|
| notification.page | File | 2.98 KB | 0644 |
|
| password.page | File | 1.71 KB | 0644 |
|
| progress.page | File | 2.68 KB | 0644 |
|
| question.page | File | 1.28 KB | 0644 |
|
| scale.page | File | 2.57 KB | 0644 |
|
| text.page | File | 2.69 KB | 0644 |
|
| usage.page | File | 8.17 KB | 0644 |
|
| warning.page | File | 1.33 KB | 0644 |
|