mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Renaming: opaque->nopaque
This commit is contained in:
		@@ -48,7 +48,7 @@ def register():
 | 
			
		||||
                    username=registration_form.username.data)
 | 
			
		||||
        db.session.add(user)
 | 
			
		||||
        db.session.commit()
 | 
			
		||||
        dir = os.path.join(current_app.config['OPAQUE_STORAGE_DIRECTORY'],
 | 
			
		||||
        dir = os.path.join(current_app.config['NOPAQUE_STORAGE'],
 | 
			
		||||
                           str(user.id))
 | 
			
		||||
        try:
 | 
			
		||||
            os.makedirs(dir)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user