Skip to content

Commit af3f128

Browse files
committed
remove password from functions docs
1 parent 3e99879 commit af3f128

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/official-site/functions.sql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
SELECT 'authentication' AS component,
2-
sqlpage.basic_auth_password() AS password,
3-
'$argon2id$v=19$m=16,t=2,p=1$TERTd0lIcUpraWFTcmRQYw$+bjtag7Xjb6p1dsuYOkngw' AS password_hash;
4-
51
select 'dynamic' as component, properties FROM example WHERE component = 'shell' LIMIT 1;
62

73
select 'text' as component, 'SQLPage built-in functions' as title;

0 commit comments

Comments
 (0)