Difference between revisions of "List of FAQs"
Jump to navigation
Jump to search
(modified by JSMW_PageSchema at 2015-01-07T22:19:15Z) |
(generated with [https://github.com/WolfgangFahl/JSMW_PageSchema JSMW_PageSchema Version 0.0.2] at 2015-01-29T17:34:50Z) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{#ask: [[ | + | __NOCACHE__ |
− | + | {{#ask: [[Concept:FAQ]] | |
| ?FAQ question | | ?FAQ question | ||
| ?FAQ askedOn | | ?FAQ askedOn | ||
Line 6: | Line 6: | ||
| ?FAQ answer | | ?FAQ answer | ||
}} | }} | ||
− | [[Category:FAQ]] | + | [[:Category:FAQ]] |
Latest revision as of 18:34, 29 January 2015
FAQ question | FAQ askedOn | FAQ askedBy | FAQ answer | |
---|---|---|---|---|
How is my password for a website protected? | How is my password protected? | 7 January 2015 | Wf | The password is either fully visible in your source code and therefore somewhat unprotected or you use the standard encryptiong mechanism provided. See Developer Info provided. Now your password is retrieved from the encrypted file. Still anybody can decrypt the password himself if he has access to that encrypted file which is in a hidden subdirectory or your homedirectory. There is no interactive mode supplied at this time. If you are interested in such a feature simply file an Issue with the Bugtracker/Issues link in the menu of this website. |