You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yaml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ inputs:
48
48
description: 'Whether to allow team creation by players or not.'
49
49
accounts_team_size:
50
50
description: 'Maximum size (number of players) in a team.'
51
+
accounts_password_min_length:
52
+
description: 'Minimal length of password.'
51
53
accounts_num_teams:
52
54
description: 'The total number of teams allowed.'
53
55
accounts_num_users:
@@ -58,6 +60,17 @@ inputs:
58
60
description: 'Maximum number of invalid submissions per minute (per user/team). We suggest you use it as part of an anti-brute-force strategy (rate limiting).'
59
61
accounts_name_changes:
60
62
description: 'Whether a user can change its name or not.'
63
+
# Challenges
64
+
challenges_view_self_submissions:
65
+
description: 'Whether a player can see itw own previous submissions.'
66
+
challenges_max_attempts_behavior:
67
+
description: 'The behavior to adopt in case a player reached the submission rate limiting.'
68
+
challenges_max_attempts_timeout:
69
+
description: 'The duration of the submission rate limit for further submissions.'
70
+
challenges_hints_free_public_access:
71
+
description: 'Control whether users must be logged in to see free hints.'
72
+
challenges_challenge_ratings:
73
+
description: 'Who can see and submit challenge ratings.'
61
74
# Pages
62
75
pages_robots_txt:
63
76
description: 'Define the /robots.txt file content, for web crawlers indexing.'
@@ -133,6 +146,8 @@ inputs:
133
146
# Social
134
147
social_shares:
135
148
description: 'Whether to enable users share they solved a challenge or not.'
149
+
social_template:
150
+
description: 'A template for social shares. Provide a path to a locally-accessible file.'
0 commit comments