diff --git a/clover_blocks/src/clover_blocks b/clover_blocks/src/clover_blocks index 792b4817..dcc85881 100755 --- a/clover_blocks/src/clover_blocks +++ b/clover_blocks/src/clover_blocks @@ -166,7 +166,7 @@ def load(req): return {'names': [], 'programs': [], 'message': str(e)} -name_regexp = re.compile(r'^[a-zA-Z-_.]{0,20}$') +name_regexp = re.compile(r'^[a-zA-Z1-9-_.]{0,30}$') def store(req): if not name_regexp.match(req.name):