mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 07:32:59 +00:00 
			
		
		
		
	| @@ -103,8 +103,11 @@ exports.startup = function() { | ||||
| 				serviceName: "Set a new password for this TiddlyWiki", | ||||
| 				noUserName: true, | ||||
| 				submitText: "Set password", | ||||
| 				canCancel: true, | ||||
| 				callback: function(data) { | ||||
| 					if(data) { | ||||
| 						$tw.crypto.setPassword(data.password); | ||||
| 					} | ||||
| 					return true; // Get rid of the password prompt | ||||
| 				} | ||||
| 			}); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jermolene
					Jermolene